Table of Contents

Class StructureAduDataIntegrationClient

Namespace
Sfrep.AppraiseIt.Client.Integration.DataStore
Assembly
Sfrep.AppraiseIt.Client.Integration.dll

Encapsulate's a structure's ADU in the dynamic data store.

public sealed class StructureAduDataIntegrationClient : AduDataIntegrationClientBase, IDisposable
Inheritance
object
StructureAduDataIntegrationClient
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()

Properties

StructureIndex

Gets the parent structure's index.

public int StructureIndex { get; }

Property Value

int

Methods

Dispose(bool)

Frees resources used by this instance.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if called by the Dispose() method. False if called by the finalizer.