C# Класс Rock.Model.GroupTypeRoleService

The data access/service class for Rock.Model.GroupTypeRole entity object types.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetByGroupTypeId ( int groupTypeId ) : IQueryable

Gets the by group type identifier.

GetBySortOrder ( int sortOrder ) : IEnumerable

Returns an enumerable collection of GroupRoles by SortOrder.

Описание методов

GetByGroupTypeId() публичный метод

Gets the by group type identifier.
public GetByGroupTypeId ( int groupTypeId ) : IQueryable
groupTypeId int The group type identifier.
Результат IQueryable

GetBySortOrder() публичный метод

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.
Результат IEnumerable