Class AbstractManager<ManagerType>
Abstract manager
[Obsolete("Class was not intended for public use and will be removed in the next version.")]
public abstract class AbstractManager<ManagerType> : AbstractManager where ManagerType : AbstractManager<ManagerType>, new()
Type Parameters
ManagerType
- Inheritance
-
objectAbstractManager<ManagerType>
- Inherited Members
- Extension Methods
Constructors
AbstractManager()
protected AbstractManager()
Methods
ChangeManagerTypeTo(Type)
Changes the manager type to the given type
public override void ChangeManagerTypeTo(Type newType)
Parameters
newTypeTypeNew manager type
GetInstance()
Gets the instance of the helper.
public static ManagerType GetInstance()
Returns
- ManagerType