C# 클래스 Rock.Model.EntitySetItemService

EntitySetItem POCO Service class
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
GetByEntitySetId ( int entitySetId, bool overrideExpiration = false ) : IQueryable

Gets the by entity set identifier.

메소드 상세

GetByEntitySetId() 공개 메소드

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].
리턴 IQueryable