C# Class Rock.Model.GroupTypeRoleService

The data access/service class for Rock.Model.GroupTypeRole entity object types.
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetByGroupTypeId ( int groupTypeId ) : IQueryable

Gets the by group type identifier.

GetBySortOrder ( int sortOrder ) : IEnumerable

Returns an enumerable collection of GroupRoles by SortOrder.

Method Details

GetByGroupTypeId() public method

Gets the by group type identifier.
public GetByGroupTypeId ( int groupTypeId ) : IQueryable
groupTypeId int The group type identifier.
return IQueryable

GetBySortOrder() public method

Returns an enumerable collection of GroupRoles by SortOrder.
public GetBySortOrder ( int sortOrder ) : IEnumerable
sortOrder int A representing the SortOrder to search by. This value can be null.
return IEnumerable