C# 클래스 Rock.Model.PageRouteService

The data access/service class for the Rock.Model.PageRoute class.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

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