IModelController Properties
Serves as the base interface for the IModelViewController and IModelWindowController interfaces.
Name | Description |
---|---|
Actions | Specifies Actions declared in the current Controller. |
Application |
Provides access to the Application Model‘s root node.
Inherited from IModel |
Base |
Specifies the Controller from which the current Controller is inherited. |
Index |
Specifies the order index by which nodes are arranged.
Inherited from IModel |
Name | Indicates the Controller type name. |
Node |
Gets the number of child nodes.
Inherited from IModel |
Parent |
Provides access to the parent node.
Inherited from IModel |
Root |
For internal use only.
Inherited from IModel |
See Also