Table of Contents

Interface IFieldsContainerIntegrationComBase

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

The base class that encapsulates data for the subject or a comparable in the dynamic data store.

[ComVisible(true)]
[Guid("3D1611C7-9814-4F88-B96C-6211C332977F")]
public interface 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()

GetFields()

Gets the field data for this property.

IFieldsIndexIntegrationCom GetFields()

Returns

IFieldsIndexIntegrationCom

The field data for this property.

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.