Show / Hide Table of Contents

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 Source

GetVault(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.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX