Table of Contents

Class DataStoreExtendedCommentFieldIntegrationClientBase

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

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

public class DataStoreExtendedCommentFieldIntegrationClientBase : DataStoreCompFieldIntegrationClientBase, IDisposable
Inheritance
object
DataStoreExtendedCommentFieldIntegrationClientBase
Implements
Derived
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Constructors

DataStoreExtendedCommentFieldIntegrationClientBase(IntegrationClient, JoinableTaskFactory, IDataStoreExtendedCommentFieldIntegrationServerBase)

Creates a new instance.

protected DataStoreExtendedCommentFieldIntegrationClientBase(IntegrationClient integrationClient, JoinableTaskFactory joinableTaskFactory, IDataStoreExtendedCommentFieldIntegrationServerBase server)

Parameters

integrationClient IntegrationClient

The integration client connection.

joinableTaskFactory JoinableTaskFactory

A JoinableTaskFactory used to start asyncronous Tasks from the main thread.

server IDataStoreExtendedCommentFieldIntegrationServerBase

The connection to the report's dynamic data store.