Table of Contents

Class DataStoreCompFieldIntegrationClientBase

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 DataStoreCompFieldIntegrationClientBase : DataStoreFieldIntegrationClientBase, IDisposable
Inheritance
object
DataStoreCompFieldIntegrationClientBase
Implements
Derived
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Constructors

DataStoreCompFieldIntegrationClientBase(IntegrationClient, JoinableTaskFactory, IDataStoreCompFieldIntegrationServerBase)

Creates a new instance.

protected DataStoreCompFieldIntegrationClientBase(IntegrationClient integrationClient, JoinableTaskFactory joinableTaskFactory, IDataStoreCompFieldIntegrationServerBase server)

Parameters

integrationClient IntegrationClient

The integration client connection.

joinableTaskFactory JoinableTaskFactory

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

server IDataStoreCompFieldIntegrationServerBase

The connection to the report's dynamic data store.