Table of Contents

Interface IDataStoreCompFieldIntegrationComBase

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

This is a base interface that encapsulates field data in the dynamic data store.

[ComVisible(true)]
[Guid("0C2945CF-DC73-4717-8445-16E8FA1D0334")]
public interface 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()

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.

Title()

Gets the field's title.

string Title()

Returns

string

The field's title.