Class Identity
Class for the item type Identity
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 Identity : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceIdentity()
Declaration
protected Identity()
Identity(ElementFactory, Object[])
Declaration
public Identity(ElementFactory amlContext, params object[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementFactory | amlContext | |
| System.Object[] | content |
Methods
| Improve this Doc View SourceDescription()
Retrieve the description property of the item
Declaration
public IProperty_Text Description()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
IsAlias()
Retrieve the is_alias property of the item
Declaration
public IProperty_Boolean IsAlias()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
Label()
Retrieve the label property of the item
Declaration
public IProperty_Text Label()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
MaximumPwdAge()
Retrieve the maximum_pwd_age property of the item
Declaration
public IProperty_Number MaximumPwdAge()
Returns
| Type | Description |
|---|---|
| IProperty_Number |
NameProp()
Retrieve the name property of the item
Declaration
public IProperty_Text NameProp()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
PwdHistoryLength()
Retrieve the pwd_history_length property of the item
Declaration
public IProperty_Number PwdHistoryLength()
Returns
| Type | Description |
|---|---|
| IProperty_Number |