Interface IController
- Needs this block to implement the interfaces int IHasUniversalID.ControllerID { get; set; }
- Add [SyncToView] to properties/methods you wish to synchronize with the view.
Inherited Members
Namespace: Eco.Core.Controller
Assembly: Eco.Core.dll
Syntax
public interface IController : IViewController, IHasUniversalID