Interface IVaultFactory
A class which creates Vault objects from AML data
Namespace: Innovator.Client.Connection
Assembly: Innovator.Client.dll
Syntax
public interface IVaultFactory
Remarks
The default 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
Vault GetVault(IReadOnlyItem item)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyItem | item | The AML item. |
Returns
Type | Description |
---|---|
Vault | The Vault object from AML data. |