C# 클래스 Rock.Model.PageContextService

Data access and service class for the Rock.Model.PageContext model object. This class inherits from the Service class.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

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