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
-
objectDataStoreExtendedCommentFieldIntegrationClientBase
- 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
integrationClientIntegrationClientThe integration client connection.
joinableTaskFactoryJoinableTaskFactoryA JoinableTaskFactory used to start asyncronous Tasks from the main thread.
serverIDataStoreExtendedCommentFieldIntegrationServerBaseThe connection to the report's dynamic data store.