Table of Contents

Interface IRentalFieldsContainerIntegrationCom

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

Encapsulates a rental comparable's data in the dynamic data store.

[ComVisible(true)]
[Guid("8A6BB548-8EAF-4498-819B-07D206247714")]
public interface IRentalFieldsContainerIntegrationCom : IFieldsContainerIntegrationComBase, IDisposable

Methods

Clear(bool)

Clears all field data for this property.

void Clear(bool clearImages)

Parameters

clearImages bool

True if and only if image and image list field data will be cleared.

Data for image and image list fields that occur in repeatable row groups or nested repeatable row groups is always cleared.

CompIndex()

Gets the property's 0-based comparable index.

int CompIndex()

Returns

int

The comparable index. 0 is returned for the subject.

CompType()

Gets this property's comparable type.

string CompType()

Returns

string

The comparable type. None is returned for the subject.

Dispose()

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

void Dispose()

GetComparisonFieldsForSubjectUnit(IUnitDataIntegrationComBase)

Gets the data used for comparison with the specified subject unit.

IRentalComparisonFieldsIntegrationCom GetComparisonFieldsForSubjectUnit(IUnitDataIntegrationComBase subjectUnit)

Parameters

subjectUnit IUnitDataIntegrationComBase

The subject unit used for comparison.

Returns

IRentalComparisonFieldsIntegrationCom

The data used for comparison with the specified subject unit.

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.

GetFields()

Gets the field data for this property.

IFieldsIndexIntegrationCom GetFields()

Returns

IFieldsIndexIntegrationCom

The field data for this property.