Class DefaultVaultFactory
A class which creates Vault objects from AML data
Inheritance
System.Object
DefaultVaultFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Client.Connection
Assembly: Innovator.Client.dll
Syntax
public class DefaultVaultFactory : IVaultFactory
Remarks
This implementation caches Vault objects so that there won't be two instances in memory for the same Aras vault
Methods
| Improve this Doc View SourceGetVault(IReadOnlyItem)
Gets the Vault object from AML data.
Declaration
public Vault GetVault(IReadOnlyItem item)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyItem | item | The AML item. |
Returns
Type | Description |
---|---|
Vault | The Vault object from AML data. |