Table of Contents

Class AbstractManager

Namespace
CMS.Base
Assembly
CMS.Base.dll

Abstract manager

public abstract class AbstractManager
Inheritance
object
AbstractManager
Derived
Extension Methods

Methods

ChangeManagerTypeTo(Type)

Changes the manager type to the given type

public abstract void ChangeManagerTypeTo(Type newType)

Parameters

newType Type

New 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 Type

New manager type

Type Parameters

OriginalType

LoadManager<ManagerType>()

Loads the manager.

protected static ManagerType LoadManager<ManagerType>() where ManagerType : class, new()

Returns

ManagerType

Type Parameters

ManagerType