C# Class Rock.Model.EntitySetItemService

EntitySetItem POCO Service class
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetByEntitySetId ( int entitySetId, bool overrideExpiration = false ) : IQueryable

Gets the by entity set identifier.

Method Details

GetByEntitySetId() public method

Gets the by entity set identifier.
public GetByEntitySetId ( int entitySetId, bool overrideExpiration = false ) : IQueryable
entitySetId int The entity set identifier.
overrideExpiration bool if set to true [override expiration].
return IQueryable