Difference between revisions of "FixedCrossTableDataItem class"
Line 1: | Line 1: | ||
<div>FixedCrossTableDataItem</div><div><br/></div><div>The FixedCrossTableDataItem object</div> | <div>FixedCrossTableDataItem</div><div><br/></div><div>The FixedCrossTableDataItem object</div> | ||
− | === Constructors === | + | === <span style="color:#ff8c00;">Constructors</span> === |
<div>() - Construct new data item</div> | <div>() - Construct new data item</div> | ||
− | === Methods === | + | === <span style="color:#ff8c00;">Methods</span> === |
<div>string ToString() - The string representation of the object.</div> | <div>string ToString() - The string representation of the object.</div> | ||
− | === Properties === | + | === <span style="color:#ff8c00;">Properties</span> === |
<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> | <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> | ||
− | === Examples === | + | === <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 15:31, 6 December 2015
FixedCrossTableDataItem
The FixedCrossTableDataItem object
Contents
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();