Difference between revisions of "GlobalNamespace class"
Line 2: | Line 2: | ||
|Name=<nowiki>GlobalNamespace</nowiki> | |Name=<nowiki>GlobalNamespace</nowiki> | ||
|Description=<nowiki>The global namespace</nowiki> | |Description=<nowiki>The global namespace</nowiki> | ||
− | |Methods= | + | |InheritsFrom=object|Methods= |
− | {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Description=<nowiki>The string representation of the object.</nowiki>}} | + | {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} |
|Properties= | |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=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=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=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>}} | + | {{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Inherited=object|Description=<nowiki>Get information about this class.</nowiki>}} |
{{CGscriptProperties_Template|ReturnType=FileNamespace|Name=<nowiki>File</nowiki>|HasGetter=1|Description=<nowiki>The File namespace.</nowiki>}} | {{CGscriptProperties_Template|ReturnType=FileNamespace|Name=<nowiki>File</nowiki>|HasGetter=1|Description=<nowiki>The File namespace.</nowiki>}} | ||
}} | }} |
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.
- FileNamespace File { get; } - The File namespace.