Table of Contents

Class DataStoreFieldIntegrationComBase

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

This is the base class that encapsulates all field types that occur in the dynamic data store.

[ComVisible(true)]
[Guid("4E8C8CB8-4C00-4D2B-A06B-815D95F9F933")]
[ClassInterface(ClassInterfaceType.None)]
public class DataStoreFieldIntegrationComBase : IDataStoreFieldIntegrationComBase, IDisposable
Inheritance
object
DataStoreFieldIntegrationComBase
Implements
Derived
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DataStoreFieldIntegrationComBase()

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

protected DataStoreFieldIntegrationComBase()

DataStoreFieldIntegrationComBase(DataStoreFieldIntegrationClientBase)

Creates a new instance.

protected DataStoreFieldIntegrationComBase(DataStoreFieldIntegrationClientBase client)

Parameters

client DataStoreFieldIntegrationClientBase

The client connection.

Exceptions

ArgumentNullException

Thrown if client is null.

Methods

Clear()

Clear's the field's data.

public void Clear()

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

Frees resources used by this instance.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

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

Id()

Gets the field's ID.

public string Id()

Returns

string

The field's ID.

IsEmpty()

Checks if the field has a value.

public 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.

public bool IsHidden()

Returns

bool

True if and only if all references to this field are hidden.

Title()

Gets the field's title.

public string Title()

Returns

string

The field's title.