Click or drag to resize
AbstractManager<ManagerType> Class
Abstract manager
Inheritance Hierarchy
System.Object
  CMS.Base.AbstractManager
    CMS.Base.AbstractManager<ManagerType>
      CMS.Synchronization.SyncManager

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
public abstract class AbstractManager<ManagerType> : AbstractManager
where ManagerType : new(), AbstractManager<ManagerType>

Type Parameters

ManagerType

The AbstractManager< ManagerType> type exposes the following members.

Constructors
Methods
See Also