Click or drag to resize

PenSimpleConditionalController Fields

The PenSimpleConditionalController type exposes the following members.

Fields
 NameDescription
Protected field_docThe document to edit. If _useDocumentCopy is true, this is a copy of the original document; otherwise, it is the original document itself.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Protected field_originalDocThe original document. If _useDocumentCopy is false, it maybe has been edited by this controller.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Protected field_setModelInParentModel If not null, this action is invoked during the apply stage to set the model of this controller in the parent object.
(Inherited from MVCANDControllerEditImmutableDocBaseTModel, TView)
Protected field_suppressDirtyEvent Used to suppress the MadeDirty event of this controller.
(Inherited from MVCANDControllerEditImmutableDocBaseTModel, 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 MVCANControllerEditImmutableDocBaseTModel, TView)
Protected field_viewThe Gui view of this controller
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Top
See Also