Click or drag to resize

IMcDocumentController Interface

This interface represents the controller in the model view controller design pattern.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Interface IMcDocumentController

The IMcDocumentController type exposes the following members.

Methods
  NameDescription
Public methodCreateDocument
Create a document for a specified data object.
Public methodCreateDocumentView
Create a view for a specified document.
Public methodLoadDocument
Load a document from a file or some other data source.
Top
Remarks
This is typically implemented by add-ins, which will also expose view controls.
See Also