Class Locale
Class for the item type Locale
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class Locale : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceLocale()
Declaration
protected Locale()
Locale(ElementFactory, Object[])
Declaration
public Locale(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceCode()
Retrieve the code
property of the item
Declaration
public IProperty_Text Code()
Returns
Type | Description |
---|---|
IProperty_Text |
Language()
Retrieve the language
property of the item
Declaration
public IProperty_Item<Language> Language()
Returns
Type | Description |
---|---|
IProperty_Item<Language> |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |