Class Language
Class for the item type Language
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 Language : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceLanguage()
Declaration
protected Language()
Language(ElementFactory, Object[])
Declaration
public Language(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 |
Collation()
Retrieve the collation
property of the item
Declaration
public IProperty_Text Collation()
Returns
Type | Description |
---|---|
IProperty_Text |
Direction()
Retrieve the direction
property of the item
Declaration
public IProperty_Text Direction()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
Suffix()
Retrieve the suffix
property of the item
Declaration
public IProperty_Text Suffix()
Returns
Type | Description |
---|---|
IProperty_Text |