Class Vault
Class for the item type Vault
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 Vault : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceVault()
Declaration
protected Vault()
Vault(ElementFactory, Object[])
Declaration
public Vault(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceLabel()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
VaultUrl()
Retrieve the vault_url
property of the item
Declaration
public IProperty_Text VaultUrl()
Returns
Type | Description |
---|---|
IProperty_Text |
VaultUrlPattern()
Retrieve the vault_url_pattern
property of the item
Declaration
public IProperty_Text VaultUrlPattern()
Returns
Type | Description |
---|---|
IProperty_Text |