Class BaseMainController
- Namespace
- Innova.Prism.Library.Controllers
- Assembly
- Innova.Prism.Library.dll
Represents the base controller for the main functionality.
public class BaseMainController
- Inheritance
-
BaseMainController
Constructors
- BaseMainController(IEventAggregator, IUserService, IClipboardService, ILogAndDisplayErrorService)
Initializes a new instance of the BaseMainController class.
Properties
- ClipboardService
Gets the clipboard service.
- EventAggregator
Gets the event aggregator.
- LogAndDisplayErrorService
Gets the log and display error service.
- UserService
Gets the user service.