C# 클래스 Rock.Model.PageViewService

Data Access/service class for Rock.Model.PageView entities.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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