Difference between revisions of "ResourceTemplatePropertyMulti"
Nguyenduyan (talk | contribs) |
Nguyenduyan (talk | contribs) |
||
Line 1: | Line 1: | ||
{{CGscriptClass_Template | {{CGscriptClass_Template | ||
− | |Name= | + | |Name=ResourceTemplatePropertyMulti |
− | |Description= | + | |Description=A Multi property on a resource template |
|Constructors= | |Constructors= | ||
{{CGscriptConstructors_Template|Parameters= | {{CGscriptConstructors_Template|Parameters= | ||
− | {{CGscriptParameters_Template|Type=string|Name= | + | {{CGscriptParameters_Template|Type=string|Name=label|Description=Set label|Comma=,}}{{CGscriptParameters_Template|Type=bool|Name=required|Description=Set required|Comma=,}}{{CGscriptParameters_Template|Type=string|Name=description|Description=Set description|Comma=,}}{{CGscriptParameters_Template|Type=ResourceTemplate|Name=resourceTemplate|Description=ResourceTemplate property gets added to}} |
− | |Description= | + | |Description=Create new Multi property}} |
|Methods= | |Methods= | ||
− | {{CGscriptMethods_Template|ReturnType=Empty|Name= | + | {{CGscriptMethods_Template|ReturnType=Empty|Name=DefaultLanguage|Parameters= |
− | {{CGscriptParameters_Template|Type=string|Name= | + | {{CGscriptParameters_Template|Type=string|Name=isocode|Description=Iso code to set as default}} |
− | |Description= | + | |Description=Which Localized Name is the default}} |
− | {{CGscriptMethods_Template|ReturnType=Empty|Name= | + | {{CGscriptMethods_Template|ReturnType=Empty|Name=Delete|Description=Delete the property}} |
− | {{CGscriptMethods_Template|ReturnType=Dictionary|Name= | + | {{CGscriptMethods_Template|ReturnType=Dictionary|Name=GetLocalizedNames|Parameters= |
− | {{CGscriptParameters_Template|Type=int|Name= | + | {{CGscriptParameters_Template|Type=int|Name=index|Description=Index}} |
− | |Description= | + | |Description=Localized Name of the option with the given index}} |
− | {{CGscriptMethods_Template|ReturnType=Empty|Name= | + | {{CGscriptMethods_Template|ReturnType=Empty|Name=RemoveAllowedResourceType|Parameters= |
− | {{CGscriptParameters_Template|Type=int|Name= | + | {{CGscriptParameters_Template|Type=int|Name=index|Description=Index}} |
− | |Description= | + | |Description=Remove option with the given index}} |
− | {{CGscriptMethods_Template|ReturnType=Empty|Name= | + | {{CGscriptMethods_Template|ReturnType=Empty|Name=SetLocalizedNames|Parameters= |
− | {{CGscriptParameters_Template|Type=int|Name= | + | {{CGscriptParameters_Template|Type=int|Name=index|Description=Index|Comma=,}}{{CGscriptParameters_Template|Type=Dictionary|Name=localizedNames|Description=Dictionary of iso and translation}} |
− | |Description= | + | |Description=Localized Name of the option with the given index}} |
− | {{CGscriptMethods_Template|ReturnType=string|Name= | + | {{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}} |
|Properties= | |Properties= | ||
− | {{CGscriptProperties_Template|ReturnType=string|Name= | + | {{CGscriptProperties_Template|ReturnType=string|Name=Description|HasGetter=1|HasSetter=1|Description=Get/set Description}} |
− | {{CGscriptProperties_Template|ReturnType=string|Name= | + | {{CGscriptProperties_Template|ReturnType=string|Name=Label|HasGetter=1|HasSetter=1|Description=Get/set Label}} |
− | {{CGscriptProperties_Template|ReturnType=int|Name= | + | {{CGscriptProperties_Template|ReturnType=int|Name=NumberOfOptions|HasGetter=1|Description=Number of options}} |
− | {{CGscriptProperties_Template|ReturnType=string|Name= | + | {{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}} |
− | {{CGscriptProperties_Template|ReturnType=bool|Name= | + | {{CGscriptProperties_Template|ReturnType=bool|Name=Required|HasGetter=1|HasSetter=1|Description=Get/set Required}} |
− | {{CGscriptProperties_Template|ReturnType=TypeInformation|Name= | + | {{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}} |
}} | }} | ||
+ | |||
+ | |||
+ | === <span style="color:#DF8621">'''Examples'''</span> === | ||
+ | |||
+ | <source lang="javascript"> | ||
+ | |||
+ | </source> | ||
+ | <br><source lang="javascript"> | ||
+ | |||
+ | </source> |
Revision as of 06:21, 16 November 2016
ResourceTemplatePropertyMulti
A Multi 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 Multi 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.