Interface IController
The base controller class for all windows in the client application
The base implementation simply holds a reference to the window itself.
Derived interfaces should hold the controller functionality required for that windowNamespace: LemonEdge.Client.UI.API.Controllers
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public interface IController
Properties
OwningWindow
The client application window ui this controller is designed to control
Declaration
IWindow OwningWindow { get; }
Property Value
Type | Description |
---|---|
IWindow |
RootController
The root application controller, for service access
Declaration
IRootController RootController { get; }
Property Value
Type | Description |
---|---|
IRootController |