C# 클래스 Rock.Model.DefinedValueService

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

공개 메소드들

메소드 설명
GetByDefinedTypeGuid ( System.Guid definedTypeGuid ) : IOrderedQueryable

Returns an enumerable collection of Rock.Model.DefinedValue">DefinedValues that belong to a specified

GetByDefinedTypeId ( int definedTypeId ) : IOrderedQueryable

Returns an enumerable collection of Rock.Model.DefinedValue">DefinedValues that belong to a specified

GetByGuid ( Guid guid ) : DefinedValue

Returns a Rock.Model.DefinedValue by its Guid identifier.

GetGuid ( int id ) : Guid?

Gets the Guid for the DefinedValue that has the specified Id

GetIdByGuid ( Guid guid ) : int?

Returns a DefinedValueId of a Rock.Model.DefinedValue by its Guid.

메소드 상세

GetByDefinedTypeGuid() 공개 메소드

Returns an enumerable collection of Rock.Model.DefinedValue">DefinedValues that belong to a specified
public GetByDefinedTypeGuid ( System.Guid definedTypeGuid ) : IOrderedQueryable
definedTypeGuid System.Guid A representing the Guid identifier of the to retrieve DefinedValues /// for.
리턴 IOrderedQueryable

GetByDefinedTypeId() 공개 메소드

Returns an enumerable collection of Rock.Model.DefinedValue">DefinedValues that belong to a specified
public GetByDefinedTypeId ( int definedTypeId ) : IOrderedQueryable
definedTypeId int A representing the DefinedTypeId of the to retrieve DefinedValues for.
리턴 IOrderedQueryable

GetByGuid() 공개 메소드

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

GetGuid() 공개 메소드

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

GetIdByGuid() 공개 메소드

Returns a DefinedValueId of a Rock.Model.DefinedValue by its Guid.
public GetIdByGuid ( Guid guid ) : int?
guid Guid A representing the Guid identifier of the to retrieve the DefinedvalueId for.
리턴 int?