C# Class Rock.Model.PageContextService

Data access and service class for the Rock.Model.PageContext model object. This class inherits from the Service class.
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetByPageId ( int pageId ) : IQueryable

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

Method Details

GetByPageId() public method

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.
return IQueryable