RightEdge Document interface.

Namespace:  RightEdge.Common.DocumentManager
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
public interface IDocument
Visual Basic (Declaration)
Public Interface IDocument
Visual C++
public interface class IDocument

Remarks

Each document that is to be added to the document manager must implement the IDocument interface. This interface specifies a baseline set of properties, methods, and events that each document implement.

See Also