Class AbstractManager<ManagerType>
Abstract manager
public abstract class AbstractManager<ManagerType> : AbstractManager where ManagerType : AbstractManager<ManagerType>, new()
Type Parameters
ManagerType
- Inheritance
-
objectAbstractManager<ManagerType>
- Inherited Members
- Extension Methods
Methods
ChangeManagerTypeTo(Type)
Changes the manager type to the given type
public override void ChangeManagerTypeTo(Type newType)
Parameters
newType
TypeNew manager type
GetInstance()
Gets the instance of the helper.
public static ManagerType GetInstance()
Returns
- ManagerType