Table of Contents

Class RentalComparisonFieldsIntegrationClient

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

Encapsulates data that is used to compare a subject unit with a rental comparable.

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

Properties

UsedForComparison

Gets or sets whether this comparison data is selected for use.

public bool UsedForComparison { get; set; }

Property Value

bool

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.

GetFields()

Gets the field data for this comparison.

public FieldsIndexIntegrationClient GetFields()

Returns

FieldsIndexIntegrationClient

The field data for this comparison.

Remarks

Each call returns a new instance that, to prevent resource leaks, must be disposed by calling the Dispose method once it is no longer needed.

GetSubjectComparisonUnit()

Gets the subject unit used for this comparison.

public UnitDataIntegrationClientBase GetSubjectComparisonUnit()

Returns

UnitDataIntegrationClientBase

The subject unit used for this comparison.

Remarks

Each call returns a new instance that, to prevent resource leaks, must be disposed by calling the Dispose method once it is no longer needed.