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 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 15: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.