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

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

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

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

Gets an enumerable list of Rock.Model.PageRoute entities that are linked to a Rock.Model.Page by the by the Page's Id.

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

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

Gets an enumerable list of Rock.Model.PageRoute entities that are linked to a Rock.Model.Page by the by the Page's Id.
public GetByPageId ( int pageId ) : IQueryable
pageId int An value containing the Id of the .
Результат IQueryable