Table of Contents

Class DataStoreCheckBoxFieldIntegrationCom

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("6A243A43-2BFB-47B4-A621-E952DA4DA85F")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class DataStoreCheckBoxFieldIntegrationCom : DataStoreExtendedCommentFieldIntegrationComBase, IDataStoreCheckBoxFieldIntegrationCom, IDataStoreExtendedCommentFieldIntegrationComBase, IDataStoreCompFieldIntegrationComBase, IDataStoreFieldIntegrationComBase, IDisposable
Inheritance
object
DataStoreCheckBoxFieldIntegrationCom
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()

Constructors

DataStoreCheckBoxFieldIntegrationCom()

This no args constructor is required for COM support and should not be called directly.

public DataStoreCheckBoxFieldIntegrationCom()

Methods

GetData()

Gets the field's data.

public bool GetData()

Returns

bool

True if and only if the checkbox field is checked.

SetData(bool)

Sets the field's data.

public void SetData(bool data)

Parameters

data bool

True if the checkbox field should be checked. False if the checkbox field should be unchecked.