Difference between revisions of "GlobalNamespace class"
(Created page with "{{CGscriptClass_Template |Name=<nowiki>GlobalNamespace</nowiki> |Description=<nowiki>The GlobalNamespace object</nowiki> }}") |
|||
Line 1: | Line 1: | ||
{{CGscriptClass_Template | {{CGscriptClass_Template | ||
|Name=<nowiki>GlobalNamespace</nowiki> | |Name=<nowiki>GlobalNamespace</nowiki> | ||
− | |Description=<nowiki>The | + | |Description=<nowiki>The global namespace</nowiki> |
+ | |Methods= | ||
+ | {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Description=<nowiki>The string representation of the object.</nowiki>}} | ||
+ | |Properties= | ||
+ | {{CGscriptProperties_Template|ReturnType=JsonNamespace|Name=<nowiki>Json</nowiki>|HasGetter=1|Description=<nowiki>The json namespace</nowiki>}} | ||
+ | {{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>ObjectTypeName</nowiki>|HasGetter=1|Description=<nowiki>The name of the type of object.</nowiki>}} | ||
+ | {{CGscriptProperties_Template|ReturnType=PaymentNamespace|Name=<nowiki>Payment</nowiki>|HasGetter=1|Description=<nowiki>The payment namespace</nowiki>}} | ||
+ | {{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Description=<nowiki>Get information about this class.</nowiki>}} | ||
}} | }} |
Revision as of 11:03, 19 December 2011
GlobalNamespace
The global namespace
Methods
- string ToString() - The string representation of the object.
Properties
- JsonNamespace Json { get; } - The json namespace
- string ObjectTypeName { get; } - The name of the type of object.
- PaymentNamespace Payment { get; } - The payment namespace
- TypeInformation TypeInformation { get; } - Get information about this class.