Table of Contents

Class OutbuildingAduDataIntegrationClient

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

Encapsulate's an outbuilding's ADU in the dynamic data store.

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

Properties

OutbuildingIndex

Gets the parent outbuilding's index.

public int OutbuildingIndex { 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.