ResourceTemplatePropertySingleMulti class

From Catglobe Wiki
Jump to: navigation, search

ResourceTemplatePropertySingleMulti


A Single/Multi property on a resource template

Parent class

Inherits from ResourceTemplateProperty

Methods

  • Empty DefaultLanguage(string isocode "Iso code to set as default") - Which Localized Name is the default
  • (From ResourceTemplateProperty) Empty Delete() - Delete the property
  • Dictionary GetLocalizedNames(int index "Index") - Localized Name of the option with the given index
  • Empty RemoveOption(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
  • (From object) string ToString() - The string representation of the object.

Properties