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

Data Access/service class for Rock.Model.PageView entities.
Показать файл Открыть проект Примеры использования класса

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

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

Returns an enumerable collection of Rock.Model.PageView entities by the Id of the Rock.Model.Page

GetByPersonId ( int personId ) : IEnumerable

Returns an enumerable collection of Rock.Model.PageView entities by the Id of the Viewer Rock.Model.Person.

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

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

Returns an enumerable collection of Rock.Model.PageView entities by the Id of the Rock.Model.Page
public GetByPageId ( int pageId ) : IEnumerable
pageId int The page identifier.
Результат IEnumerable

GetByPersonId() публичный Метод

Returns an enumerable collection of Rock.Model.PageView entities by the Id of the Viewer Rock.Model.Person.
public GetByPersonId ( int personId ) : IEnumerable
personId int The person identifier.
Результат IEnumerable