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

Data access and service class for the Rock.Model.PageContext model object. This class inherits from the Service class.
Показать файл Открыть проект Примеры использования класса

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

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

Returns an enumerable collection of Rock.Model.PageContext entities that are used on a page.

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

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

Returns an enumerable collection of Rock.Model.PageContext entities that are used on a page.
public GetByPageId ( int pageId ) : IQueryable
pageId int An that contains the Id of the to search by.
Результат IQueryable