Class AbstractManager
Abstract manager
public abstract class AbstractManager
- Inheritance
-
objectAbstractManager
- Derived
- Extension Methods
Methods
ChangeManagerTypeTo(Type)
Changes the manager type to the given type
public abstract void ChangeManagerTypeTo(Type newType)
Parameters
newType
TypeNew manager type
ChangeManagerType<OriginalType>(Type)
Changes the default manager type to the given type
protected void ChangeManagerType<OriginalType>(Type newType) where OriginalType : class, new()
Parameters
newType
TypeNew manager type
Type Parameters
OriginalType
LoadManager<ManagerType>()
Loads the manager.
protected static ManagerType LoadManager<ManagerType>() where ManagerType : class, new()
Returns
- ManagerType
Type Parameters
ManagerType