Show / Hide Table of Contents

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 Source

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

Implements
IVaultFactory.GetVault(IReadOnlyItem)

See Also

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