Click or drag to resize

HostLayerController Fields

The HostLayerController type exposes the following members.

Fields
 NameDescription
Protected field_clonedCopyOfDocCloned copy of the document (is null if _useDocumentCopy is false). Used to revert the edited document to the state before editing.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_docThe document to edit.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_layerGraphItemsController The controller for the graphic-items page.
Protected field_layerGridController The controller for the host-grid page.
Protected field_layerPositionController The controller for the position page.
Protected field_suspendToken The suspend token of the document being edited. If _useDocumentCopy is false, we assume that a controller higher in the hierarchy has made a copy of the document, thus we do not use a suspend token for the document.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_useDocumentCopyIf true, a copy of the document is made before editing; this copy can later be used to revert the state of the document to the original state.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_viewThe Gui view of this controller
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Public fieldStatic memberGraphItemsTag Tag for the graphic items page.
Public fieldStatic memberHostGridTag Tag for the host grid page.
Public fieldStatic memberPositionTag Tag for the position page.
Top
See Also