ResourceTemplatePropertySingle: Difference between revisions
From Catglobe Wiki
More actions
Nguyenduyan (talk | contribs)  Created page with "{{CGscriptClass_Template |Name=ResourceTemplatePropertySingle |Description=A Single property on a resource template |Constructors= {{CGscriptConstructors_Template|Parameters= ..."  | 
				Nguyenduyan (talk | contribs) No edit summary  | 
				||
| Line 10: | Line 10: | ||
{{CGscriptParameters_Template|Type=string|Name=isocode|Description=Iso code to set as default}}  | {{CGscriptParameters_Template|Type=string|Name=isocode|Description=Iso code to set as default}}  | ||
|Description=Which Localized Name is the default}}  | |Description=Which Localized Name is the default}}  | ||
{{CGscriptMethods_Template|ReturnType=Empty|Name=Delete|Description=Delete the property}}  | |||
{{CGscriptMethods_Template|ReturnType=Dictionary|Name=GetLocalizedNames|Parameters=  | {{CGscriptMethods_Template|ReturnType=Dictionary|Name=GetLocalizedNames|Parameters=  | ||
{{CGscriptParameters_Template|Type=int|Name=index|Description=Index}}  | {{CGscriptParameters_Template|Type=int|Name=index|Description=Index}}  | ||
Revision as of 10:18, 15 November 2016
ResourceTemplatePropertySingle
A Single property on a resource template
Constructors
- (string label "Set label", bool required "Set required", string description "Set description", ResourceTemplate resourceTemplate "ResourceTemplate property gets added to") - Create new Single property
 
Methods
- Empty DefaultLanguage(string isocode "Iso code to set as default") - Which Localized Name is the default
 - Empty Delete() - Delete the property
 - Dictionary GetLocalizedNames(int index "Index") - Localized Name of the option with the given index
 - Empty RemoveAllowedResourceType(int index "Index") - Remove option with the given index
 - Empty SetLocalizedNames(int index "Index", Dictionary localizedNames "Dictionary of iso and translation") - Localized Name of the option with the given index
 - string ToString() - The string representation of the object.
 
Properties
- string Description { get; set; } - Get/set Description
 - string Label { get; set; } - Get/set Label
 - int NumberOfOptions { get;  } - Number of options
 - string ObjectTypeName { get;  } - The name of the type of object.
 - bool Required { get; set; } - Get/set Required
 - TypeInformation TypeInformation { get;  } - Get information about this class.