HotDocs.Sdk.DataServices Namespace
The HotDocs.Sdk.DataServices namespace contains types used to implement both custom and answer file-based data services for HotDocs browser interviews. See the SamplePortal application for examples.
Classes

  Class Description
Public class AnswerFileDataService
AnswerFileDataService
Public class DSPContext
The "context" for the DSP data provider. The context holds the actual data to be reported through the provider.
Public class DSPDataService T 
Data service implementation which can defined metadata for the service and stores the data as property bags.
Public class DSPMetadata
Metadata definition for the DSP. This also implements the OnlineIDataServiceMetadataProvider.
Public class DSPResource
Class which represents a single resource instance.
Public class DSPResourceQueryProvider
Implementation of the OnlineIDataServiceQueryProvider.
Delegates

  Delegate Description
Public delegate DSPResourceQueryProvider InvokeServiceOperationDel
Invokes a service operation handler.