Table of Contents

Interface IDataStoreImageFieldIntegrationCom

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

Encapsulates a image field in the dynamic data store.

[ComVisible(true)]
[Guid("39089288-1362-4C82-A760-70307566F36A")]
public interface IDataStoreImageFieldIntegrationCom : IDataStoreCompFieldIntegrationComBase, IDataStoreFieldIntegrationComBase, IDisposable

Methods

Clear()

Clear's the field's data.

void Clear()

Dispose()

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

void Dispose()

GetData()

Gets the field's data.

IImageDataIntegrationCom GetData()

Returns

IImageDataIntegrationCom

The field's data. If the field does not have any data set, null is returned.

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.

Id()

Gets the field's ID.

string Id()

Returns

string

The field's ID.

IsEmpty()

Checks if the field has a value.

bool IsEmpty()

Returns

bool

True if and only if the field has a value.

IsHidden()

Returns true if and only if all references to this field are hidden.

bool IsHidden()

Returns

bool

True if and only if all references to this field are hidden.

SetData(IImageDataIntegrationCom)

Sets the field's data.

void SetData(IImageDataIntegrationCom imageData)

Parameters

imageData IImageDataIntegrationCom

The field's data.

Title()

Gets the field's title.

string Title()

Returns

string

The field's title.