Table of Contents

Class StructureLivingUnitDataIntegrationClient

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

Encapsulate's a structure's living unit in the dynamic data store.

public sealed class StructureLivingUnitDataIntegrationClient : UnitDataIntegrationClientBase, IDisposable
Inheritance
object
StructureLivingUnitDataIntegrationClient
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

UnitIndex

Gets the living unit's index.

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