Get all roles in role id array for current application.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual EntityCollection<AspnetRolesEntity> GetRoles(
	Guid[] roleIds
)
Visual Basic
Public Overridable Function GetRoles ( 
	roleIds As Guid()
) As EntityCollection(Of AspnetRolesEntity)
Visual C++
public:
virtual EntityCollection<AspnetRolesEntity^>^ GetRoles(
	array<Guid>^ roleIds
)
F#
abstract GetRoles : 
        roleIds : Guid[] -> EntityCollection<AspnetRolesEntity> 
override GetRoles : 
        roleIds : Guid[] -> EntityCollection<AspnetRolesEntity> 

Parameters

roleIds
Type: array<System..::..Guid>[]()[][]

Return Value

Type: EntityCollection<(Of <(<'AspnetRolesEntity>)>)>
Role collection

Implements

IMembershipBLL..::..GetRoles(array<Guid>[]()[][])

See Also