DSPContext Class
The "context" for the DSP data provider. The context holds the actual data to be reported through the provider.
Inheritance Hierarchy

Online System Object
  HotDocs.Sdk.DataServices DSPContext

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

public class DSPContext
Remarks

This implementation stores the data in a List and all of it is in-memory.
See Also