Difference between revisions of "FixedCrossTableDataItem class"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
<parsererror style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black">
+
{{CGscriptClass_Template
=== This page contains the following errors: ===
+
|Name=Number
<div style="font-family:monospace;font-size:12px">error on line 1 at column 1469: attributes construct error </div>
+
|Description=The number object
=== Below is a rendering of the page up to the first error. ===
+
|Constructors=
</parsererror>
+
{{CGscriptConstructors_Template|Parameters=
= <span class="mw-headline" id="Number">Number</span> =
+
{{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 number object
+
|Description=New object with the given value}}
 
+
|Methods=
=== <span class="mw-headline" id="Constructors"><span style="color: rgb(223, 134, 33);">Constructors</span></span> ===
+
{{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 16: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.