Defines the interface for RoleManager, the manager object for Role. Based on ICartellaObjectManager interface.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IRoleManager : ICartellaObjectManager<IRole>, 
	IManager, ISelectAllManager
Visual Basic
Public Interface IRoleManager _
	Inherits ICartellaObjectManager(Of IRole), IManager, ISelectAllManager
Visual C++
public interface class IRoleManager : ICartellaObjectManager<IRole^>, 
	IManager, ISelectAllManager

See Also