ResourceTemplate class
Revision as of 10:17, 13 November 2019 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>ResourceTemplate</nowiki> |Description=<nowiki>Base class for all resource templates</nowiki> |Methods= {{CGscriptMethods_Template|Retur...")
ResourceTemplate
Base class for all resource templates
Methods
- Empty DefaultLanguage(string isocode "Iso code to set as default") - Which Localized Name is the default
- Empty Save() - Save the ResourceTemplate resource
- Empty SaveProperties() - Save the properties of the ResourceTemplate resource. Ignores changes to all constant options in use
- string ToString() - The string representation of the object.
Properties
- string LocalizedName { get; } - Localized Name for current user of the ResourceTemplate resource
- Dictionary LocalizedNames { get; set; } - Localized Name of the ResourceTemplate resource
- string ObjectTypeName { get; } - The name of the type of object.
- array Properties { get; } - Get the list of current properties. Use AddProperty/RemoveProperty to edit order
- int ResourceId { get; } - The Id of the ResourceTemplate
- string ResourceName { get; } - Name of the ResourceTemplate resource
- int ResourceTemplateType { get; } - The type of resource that this ResourceTemplate covers
- bool ResourceTimeregEnabled { get; set; } - Get/set ResourceTimeregEnabled
- TypeInformation TypeInformation { get; } - Get information about this class.