C# Class Rock.Model.PageRouteService

The data access/service class for the Rock.Model.PageRoute class.
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetByPageId() public method

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