MVCANController |
The MVCANControllerEditOriginalDocBaseTModel, TView type exposes the following members.
Name | Description | |
---|---|---|
![]() | _clonedCopyOfDoc | Cloned copy of the document (is null if _useDocumentCopy is false). Used to revert the edited document to the state before editing. |
![]() | _doc | The document to edit. |
![]() | _suspendToken | The suspend token of the document being edited. If _useDocumentCopy is false, we assume that a controller higher in hierarchy has made a copy of the document, thus we do not use a suspendToken for the document. |
![]() | _useDocumentCopy | If 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. |
![]() | _view | The Gui view of this controller |