C# Class Rock.Model.PageRouteService

The data access/service class for the Rock.Model.PageRoute class.
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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 .
Résultat IQueryable