Defines the interface for GroupRoleManager, the manager object for GroupRole 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 IGroupRoleManager : ICartellaObjectManager<IGroupRole>, 
	IManager
Visual Basic
Public Interface IGroupRoleManager _
	Inherits ICartellaObjectManager(Of IGroupRole), IManager
Visual C++
public interface class IGroupRoleManager : ICartellaObjectManager<IGroupRole^>, 
	IManager

See Also