Class BaseManagerHelper
- Namespace
- Skyline.DataMiner.Net.ManagerStore
- Assembly
- SLNetTypes.dll
Manager helper base class.
public class BaseManagerHelper
- Inheritance
-
BaseManagerHelper
- Derived
- Extension Methods
Remarks
The basis of every helper for a manager in the ManagerStore. Use CrudHelperComponent<T> objects in the class that inherits from this.
Constructors
- BaseManagerHelper(MessageHandlerDelegate)
Initializes a new instance of the BaseManagerHelper using the specified message handler.
- BaseManagerHelper(Func<DMSMessage[], DMSMessage[]>)
Initializes a new instance of the BaseManagerHelper using the specified message handler.
Properties
- MessageHandler
Gets the message handler.