C# 클래스 Rock.Model.AttributeQualifierService

Data access/service class for Rock.Model.AttributeQualifier entity objects.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
GetByAttributeId ( int attributeId ) : IQueryable

Returns an enumerable collection containing the Rock.Model.AttributeQualifier">AttributeQualifiers by

메소드 상세

GetByAttributeId() 공개 메소드

Returns an enumerable collection containing the Rock.Model.AttributeQualifier">AttributeQualifiers by
public GetByAttributeId ( int attributeId ) : IQueryable
attributeId int A that represents the Id of the to retrieve .
리턴 IQueryable