C# Class Rock.Model.PageContextService

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

Méthodes publiques

Méthode Description
GetByPageId ( int pageId ) : IQueryable

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

Method Details

GetByPageId() public méthode

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