Table of Contents

Class AbstractManager<ManagerType>

Namespace
CMS.Base
Assembly
CMS.Base.dll

Abstract manager

public abstract class AbstractManager<ManagerType> : AbstractManager where ManagerType : AbstractManager<ManagerType>, new()

Type Parameters

ManagerType
Inheritance
object
AbstractManager<ManagerType>
Inherited Members
Extension Methods

Methods

ChangeManagerTypeTo(Type)

Changes the manager type to the given type

public override void ChangeManagerTypeTo(Type newType)

Parameters

newType Type

New manager type

GetInstance()

Gets the instance of the helper.

public static ManagerType GetInstance()

Returns

ManagerType