Difference between revisions of "GlobalNamespace class"
Line 9: | Line 9: | ||
{{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|Description=<nowiki>Get information about this class.</nowiki>}} | ||
− | {{CGscriptProperties_Template|ReturnType= | + | {{CGscriptProperties_Template|ReturnType=FileNamespace|Name=<nowiki>File</nowiki>|HasGetter=1|Description=<nowiki>The File namespace.</nowiki>}} |
}} | }} |
Revision as of 06:27, 11 March 2013
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.
- FileNamespace File { get; } - The File namespace.