Difference between revisions of "FixedCrossTableDataItem class"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{CGscriptClass_Template
 
{{CGscriptClass_Template
|Name=Number
+
|Name=FixedCrossTableDataItem
|Description=The number object
+
|Description=A data item used in FixedCrossTable
 
|Constructors=
 
|Constructors=
{{CGscriptConstructors_Template|Parameters=
+
{{CGscriptConstructors_Template|Description=Construct new data item.}}
{{CGscriptParameters_Template|Type=string|Name=value|Description=Value to give object}}
 
|Description=New object with the given value}}
 
{{CGscriptConstructors_Template|Parameters=
 
{{CGscriptParameters_Template|Type=number|Name=value|Description=Value to give object}}
 
|Description=New object with the given value}}
 
 
|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 17: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.