FixedCrossTableDataItem class

From Catglobe Wiki
Revision as of 16:45, 6 December 2015 by Hovietluu (talk | contribs)
Jump to: navigation, search

Number

The number object

Constructors

  • (<a href="/index.php/String_class" title="String class">string</a> value "Value to give object") - New object with the given value
  • (number value "Value to give object") - New object with the given value

Methods

  • <a href="/index.php/String_class" title="String class">string</a> ToString() - The string representation of the object.

Properties

  • <a href="/index.php/String_class" title="String class">string</a> ObjectTypeName { get; } - The name of the type of object.
  • <a href="/index.php/TypeInformation_class" title="TypeInformation class">TypeInformation</a> TypeInformation { get; } - Get information about this class.