Table of Contents

Class RentalComparisonFieldsIntegrationCom

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

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

[ComVisible(true)]
[Guid("F6589AEF-FC2F-42DE-A8C2-A95317F11D7E")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class RentalComparisonFieldsIntegrationCom : IRentalComparisonFieldsIntegrationCom, IDisposable
Inheritance
object
RentalComparisonFieldsIntegrationCom
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()

Constructors

RentalComparisonFieldsIntegrationCom()

This no args constructor is required for COM support and should not be called directly.

public RentalComparisonFieldsIntegrationCom()

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

GetFields()

Gets the field data for this comparison.

public IFieldsIndexIntegrationCom GetFields()

Returns

IFieldsIndexIntegrationCom

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 IUnitDataIntegrationComBase GetSubjectComparisonUnit()

Returns

IUnitDataIntegrationComBase

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.

GetUsedForComparison()

Gets whether this comparison data is selected for use.

public bool GetUsedForComparison()

Returns

bool

True if and only if this comparison data is selected for use.

SetUsedForComparison(bool)

Sets whether this comparison data is selected for use.

public void SetUsedForComparison(bool usedForComparison)

Parameters

usedForComparison bool

True if and only if this comparison data is selected for use.