Interface IRentalComparisonFieldsIntegrationCom
- 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("2F916270-FFBF-458D-B7C0-061A0D054F15")]
public interface IRentalComparisonFieldsIntegrationCom : IDisposable
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
void Dispose()
GetFields()
Gets the field data for this comparison.
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.
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.
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.
void SetUsedForComparison(bool usedForComparison)
Parameters
usedForComparisonboolTrue if and only if this comparison data is selected for use.