Interface IDataStoreCheckBoxFieldIntegrationCom
- Namespace
- Sfrep.AppraiseIt.Client.Integration.Com.DataStore.Fields
- Assembly
- Sfrep.AppraiseIt.Client.Integration.Com.dll
Encapsulates a checkbox field in the dynamic data store.
[ComVisible(true)]
[Guid("2C2C77EB-F173-4B6E-A5C2-9BE9BCCF0335")]
public interface IDataStoreCheckBoxFieldIntegrationCom : 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()
GetData()
Gets the field's data.
bool GetData()
Returns
- bool
True if and only if the checkbox field is checked.
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(bool)
Sets the field's data.
void SetData(bool data)
Parameters
databoolTrue if the checkbox field should be checked. False if the checkbox field should be unchecked.
Title()
Gets the field's title.
string Title()
Returns
- string
The field's title.