Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

FixedCrossTableDataItem class: Difference between revisions

From Catglobe Wiki
Hovietluu (talk | contribs)
No edit summary
Hovietluu (talk | contribs)
No edit summary
Line 1: Line 1:
<div>FixedCrossTableDataItem</div><div><br/></div><div>The FixedCrossTableDataItem object</div>
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
=== <span style="color:#ff8c00;">Constructors</span> ===
= <span class="mw-headline" id="Number">Number</span> =
<div>() - Construct new data item</div>
 
=== <span style="color:#ff8c00;">Methods</span> ===
 
<div>'''string&nbsp;'''ToString() - The string representation of the object.</div>
 
=== <span style="color:#ff8c00;">Properties</span> ===
The number object
<div>'''String''' ConstructorDocumentation { get; } - Information about the constructors of this class.</div><div>AnyType SignificanceZ { get; } - Get/Set the significance value.</div><div>AnyType Value { get; } - Get/Set the value.</div><div>TypeInformation TypeInformation { get; } - Get information about this class.</div>
 
=== <span style="color:#ff8c00;">Examples</span> ===
=== <span class="mw-headline" id="Constructors"><span style="color: #DF8621;">'''Constructors'''</span></span> ===
<div>Type the below script into CGScript prompt to get its result:</div><div>FixedCrossTableDataItem dataItem = new FixedCrossTableDataItem();</div>
 
*'''(&lt;a href="/index.php/String_class" title="String class"&gt;string&lt;/a&gt; value '''"Value to give object"''')''' - New object with the given value
*'''('''number''' value '''"Value to give object"''')''' - New object with the given value
 
=== <span class="mw-headline" id="Methods"><span style="color: #DF8621;">'''Methods'''</span></span> ===
 
*'''&lt;a href="/index.php/String_class" title="String class"&gt;string&lt;/a&gt; ToString()''' - The string representation of the object.
 
=== <span class="mw-headline" id="Properties"><span style="color: #DF8621;">'''Properties'''</span></span> ===
 
*'''&lt;a href="/index.php/String_class" title="String class"&gt;string&lt;/a&gt; ObjectTypeName { get; }''' - The name of the type of object.
*'''&lt;a href="/index.php/TypeInformation_class" title="TypeInformation class"&gt;TypeInformation&lt;/a&gt; TypeInformation { get; }''' - Get information about this class.
</div>

Revision as of 14:45, 6 December 2015

Number

The number object

Constructors

  • (<a href="/index.php/String_class" title="String class">string</a> value "Value to give object") - New object with the given value
  • (number value "Value to give object") - New object with the given value

Methods

  • <a href="/index.php/String_class" title="String class">string</a> ToString() - The string representation of the object.

Properties

  • <a href="/index.php/String_class" title="String class">string</a> ObjectTypeName { get; } - The name of the type of object.
  • <a href="/index.php/TypeInformation_class" title="TypeInformation class">TypeInformation</a> TypeInformation { get; } - Get information about this class.