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
-
objectStructureAduDataIntegrationClient
- 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
disposingboolTrue if called by the Dispose() method. False if called by the finalizer.