Table of Contents

Class DataStoreCheckBoxFieldIntegrationClient

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

Encapsulates a checkbox field in the dynamic data store.

public sealed class DataStoreCheckBoxFieldIntegrationClient : DataStoreExtendedCommentFieldIntegrationClientBase, IDisposable
Inheritance
object
DataStoreCheckBoxFieldIntegrationClient
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()

Properties

Data

Gets or sets the field's data.

public bool Data { get; set; }

Property Value

bool

Methods

Dispose(bool)

Frees resources used by this instance.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if called by the Dispose() method. False if called by the finalizer.