Interface IDataStoreExtendedCommentFieldIntegrationComBase
- 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("415D57F4-86B3-470C-BFB3-EAA8131CCBC0")]
public interface IDataStoreExtendedCommentFieldIntegrationComBase : 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.