DSPDataService T  Class
Data service implementation which can defined metadata for the service and stores the data as property bags.
Inheritance Hierarchy

Online System Object
  OnlineSystem.Data.Services DataService T 
    HotDocs.Sdk.DataServices DSPDataService T 
      HotDocs.Sdk.DataServices AnswerFileDataService

Namespace: HotDocs.Sdk.DataServices
Assembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public abstract class DSPDataService<T> : DataService<T>, 
	IServiceProvider 
where T : DSPContext
Type Parameters

T
The type of the context to use. This must derive from the DSPContext class.
See Also