| IDocumentsHandlerTDocHandler Interface |
Manages the lifecycle of documents
Namespace:
CodeStack.SwEx.AddIn.Base
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public interface IDocumentsHandler<TDocHandler> : IDisposable
where TDocHandler : new(), IDocumentHandler
Public Interface IDocumentsHandler(Of TDocHandler As {New, IDocumentHandler})
Inherits IDisposable
generic<typename TDocHandler>
where TDocHandler : gcnew(), IDocumentHandler
public interface class IDocumentsHandler : IDisposable
Type Parameters
- TDocHandler
- Custom document handler to wrap models
The IDocumentsHandlerTDocHandler type exposes the following members.
Properties
| Name | Description |
---|
| Item |
Accesses the document handler by pointer to model
|
TopEvents See Also