Toggle menu
875
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 3: Line 3:
<div>() - Construct new data item</div>
<div>() - Construct new data item</div>
=== <span style="color:#ff8c00;">Methods</span> ===
=== <span style="color:#ff8c00;">Methods</span> ===
<div>'''[http://wiki.catglobe.com/index.php/String_class string]'''ToString() - The string representation of the object.</div>
<div>'''string&nbsp;'''ToString() - The string representation of the object.</div>
=== <span style="color:#ff8c00;">Properties</span> ===
=== <span style="color:#ff8c00;">Properties</span> ===
<div>'''[http://wiki.catglobe.com/index.php/String_class 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>
<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 style="color:#ff8c00;">Examples</span> ===
<div>Type the below script into CGScript prompt to get its result:</div><div>FixedCrossTableDataItem dataItem = new FixedCrossTableDataItem();</div>
<div>Type the below script into CGScript prompt to get its result:</div><div>FixedCrossTableDataItem dataItem = new FixedCrossTableDataItem();</div>

Revision as of 14:39, 6 December 2015

FixedCrossTableDataItem

The FixedCrossTableDataItem object

Constructors

() - Construct new data item

Methods

string ToString() - The string representation of the object.

Properties

String ConstructorDocumentation { get; } - Information about the constructors of this class.
AnyType SignificanceZ { get; } - Get/Set the significance value.
AnyType Value { get; } - Get/Set the value.
TypeInformation TypeInformation { get; } - Get information about this class.

Examples

Type the below script into CGScript prompt to get its result:
FixedCrossTableDataItem dataItem = new FixedCrossTableDataItem();