Difference between revisions of "FixedCrossTableDataItem class"
Line 1: | Line 1: | ||
− | + | {{CGscriptClass_Template | |
− | === | + | |Name=Number |
− | + | |Description=The number object | |
− | === | + | |Constructors= |
− | + | {{CGscriptConstructors_Template|Parameters= | |
− | = | + | {{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}} | |
− | The | + | |Description=New object with the given value}} |
− | + | |Methods= | |
− | === | + | {{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}} |
+ | |Properties= | ||
+ | {{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}} | ||
+ | {{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}} | ||
+ | }} |
Revision as of 15:55, 6 December 2015
Number
The number object
Constructors
- (string value "Value to give object") - New object with the given value
- (number value "Value to give object") - New object with the given value
Methods
- string ToString() - The string representation of the object.
Properties
- string ObjectTypeName { get; } - The name of the type of object.
- TypeInformation TypeInformation { get; } - Get information about this class.