Difference between revisions of "FixedCrossTableDataItem class"
Line 1: | Line 1: | ||
{{CGscriptClass_Template | {{CGscriptClass_Template | ||
− | |Name= | + | |Name=FixedCrossTableDataItem |
− | |Description= | + | |Description=A data item used in FixedCrossTable |
|Constructors= | |Constructors= | ||
− | {{CGscriptConstructors_Template | + | {{CGscriptConstructors_Template|Description=Construct new data item.}} |
− | |||
− | |||
− | |||
− | |||
− | |Description= | ||
|Methods= | |Methods= | ||
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}} | {{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}} | ||
|Properties= | |Properties= | ||
{{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}} | {{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}} | ||
+ | {{CGscriptProperties_Template|ReturnType=AnyType|Name=SignificanceZ|HasGetter=1|HasSetter=1|Description=Get/Set the significance value.}} | ||
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}} | {{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}} | ||
+ | {{CGscriptProperties_Template|ReturnType=AnyType|Name=Value|HasGetter=1|HasSetter=1|Description=Get/Set the value.}} | ||
}} | }} |
Revision as of 16:02, 6 December 2015
FixedCrossTableDataItem
A data item used in FixedCrossTable
Constructors
- () - Construct new data item.
Methods
- string ToString() - The string representation of the object.
Properties
- string ObjectTypeName { get; } - The name of the type of object.
- AnyType SignificanceZ { get; set; } - Get/Set the significance value.
- TypeInformation TypeInformation { get; } - Get information about this class.
- AnyType Value { get; set; } - Get/Set the value.