[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSourceContext

C1DocumentSourceContext Class

For internal use. Abstract class representing the full context in which a C1DocumentSource operates. Instances of this class can be used to save and restore the current state of a C1DocumentSource, for example it can be used to implement forward and backward navigation. For details see C1.WPF.Document.C1DocumentSource.GetContext() and SetContext(C1DocumentSourceContext) methods. Derived classes should override Equals(...) and GetHashCode(...).

Inheritance
C1DocumentSourceContext
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public abstract class C1DocumentSourceContext

Constructors

Name Description
C1DocumentSourceContext()