Table of Contents

Class AbstractManager<ManagerType>

Namespace
CMS.Base
Assembly
CMS.Base.dll

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
object
AbstractManager<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

newType Type

New manager type

GetInstance()

Gets the instance of the helper.

public static ManagerType GetInstance()

Returns

ManagerType