Difference between revisions of "GlobalNamespace class"
(Created page with "{{CGscriptClass_Template |Name=<nowiki>GlobalNamespace</nowiki> |Description=<nowiki>The GlobalNamespace object</nowiki> }}") |
|||
(4 intermediate revisions by 3 users not shown) | |||
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> |
+ | |InheritsFrom=object|Methods= | ||
+ | {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} | ||
+ | |Properties= | ||
+ | {{CGscriptProperties_Template|ReturnType=FileNamespace|Name=<nowiki>File</nowiki>|HasGetter=1|Description=<nowiki>The file namespace</nowiki>}} | ||
+ | {{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|Inherited=object|Description=<nowiki>Get information about this class.</nowiki>}} | ||
}} | }} |
Latest revision as of 07:49, 2 July 2020
GlobalNamespace
The global namespace
Parent class
Inherits from object
Methods
- (From object) string ToString() - The string representation of the object.
Properties
- FileNamespace File { get; } - The file namespace
- JsonNamespace Json { get; } - The json namespace
- string ObjectTypeName { get; } - The name of the type of object.
- PaymentNamespace Payment { get; } - The payment namespace
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.