Difference between revisions of "GlobalNamespace class"
Line 10: | Line 10: | ||
{{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|Inherited=object|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>}} | ||
− | |||
}} | }} |
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.