MVCANController |
The MVCANControllerEditCopyOfDocBaseTModel, TView type exposes the following members.
| Name | Description | |
|---|---|---|
| _doc | The document to edit. If _useDocumentCopy is , this is a copy of the original document; otherwise, it is the original document itself. | |
| _originalDoc | The original document. If _useDocumentCopy is , it may have been edited by this controller. | |
| _useDocumentCopy | If , 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. |