C# 클래스 Rock.Model.DefinedTypeService

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

공개 메소드들

메소드 설명
GetByFieldTypeId ( int fieldTypeId ) : IOrderedQueryable

Returns an enumerable collection of DefinedTypes by FieldTypeId

GetByGuid ( System.Guid guid ) : Rock.Model.DefinedType

Returns a Rock.Model.DefinedType by GUID identifier.

GetGuid ( int id ) : Guid?

Gets the Guid for the DefinedType that has the specified Id

메소드 상세

GetByFieldTypeId() 공개 메소드

Returns an enumerable collection of DefinedTypes by FieldTypeId
public GetByFieldTypeId ( int fieldTypeId ) : IOrderedQueryable
fieldTypeId int A representing the FieldTypeId of the that is used for the /// ///
리턴 IOrderedQueryable

GetByGuid() 공개 메소드

Returns a Rock.Model.DefinedType by GUID identifier.
public GetByGuid ( System.Guid guid ) : Rock.Model.DefinedType
guid System.Guid A representing the Guid identifier of the to retrieve.
리턴 Rock.Model.DefinedType

GetGuid() 공개 메소드

Gets the Guid for the DefinedType that has the specified Id
public GetGuid ( int id ) : Guid?
id int The identifier.
리턴 Guid?