Multiple |
The MultipleFilesController type exposes the following members.
| Name | Description | |
|---|---|---|
| CmdAddNewFileName | Occurs when a new file name should be added. | |
| CmdBrowseSelectedFileNames | Occurs when the file names should be browsed. | |
| CmdDeleteSelectedFileNames | Occurs when the selected file name should be deleted. | |
| CmdMoveDownSelectedFileNames | Occurs when the selected file name should move down. | |
| CmdMoveUpSelectedFileNames | Occurs when the selected file name should move up. | |
| CmdNewFileNameExclusively | Occurs when a new file name should replace the current list. | |
| CmdShowSelectedFileInExplorer | Occurs when the file should be shown in the explorer. | |
| CmdSortFileNamesAscending | Occurs when the file names should be sorted in ascending order. | |
| FileFilters | Gets or sets the file filters. | |
| FileNames | List of file names to be shown in the view. Each node's Tag property should contain the file name as string. | |
| IsDisposed |
Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase) | |
| ModelObject |
Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
| NoDocumentException |
Gets an exception that is thrown when a controller was not initialized with a document.
(Inherited from ControllerBase) | |
| NotInitializedException |
Gets an exception that is thrown when a controller is not properly initialized.
(Inherited from ControllerBase) | |
| NoViewException |
Gets an exception that is thrown when a controller currently has no view.
(Inherited from ControllerBase) | |
| UseDocumentCopy |
Sets whether or not a copy of the document is used. If set to true, a copy of the document is used, so if the controller is not applied,
all changes can be reverted. If set to false, no copy must be made. The document is directly changed by the controller, and changes cannot be reverted.
Use the last option if a controller higher in the hierarchy has already made a copy of the document.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) |