Defines the interface for UserRoleManager, the manager object for UserRole objects. Based on ICartellaObjectManager

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

Syntax

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

See Also