Table of Contents

Class DataStoreExtendedCommentFieldIntegrationComBase

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

This is a base class that encapsulates field data in the dynamic data store.

[ComVisible(true)]
[Guid("AECB1513-A2D4-4B5A-B4B5-0CEB2E4B0864")]
[ClassInterface(ClassInterfaceType.None)]
public class DataStoreExtendedCommentFieldIntegrationComBase : DataStoreCompFieldIntegrationComBase, IDataStoreExtendedCommentFieldIntegrationComBase, IDataStoreCompFieldIntegrationComBase, IDataStoreFieldIntegrationComBase, IDisposable
Inheritance
object
DataStoreExtendedCommentFieldIntegrationComBase
Implements
Derived
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DataStoreExtendedCommentFieldIntegrationComBase()

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

protected DataStoreExtendedCommentFieldIntegrationComBase()

DataStoreExtendedCommentFieldIntegrationComBase(DataStoreExtendedCommentFieldIntegrationClientBase)

Creates a new instance.

protected DataStoreExtendedCommentFieldIntegrationComBase(DataStoreExtendedCommentFieldIntegrationClientBase client)

Parameters

client DataStoreExtendedCommentFieldIntegrationClientBase

The client connection.

Exceptions

ArgumentNullException

Thrown if client is null.