메소드 | 설명 | |
---|---|---|
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.
|
public GetByDefinedTypeGuid ( System.Guid definedTypeGuid ) : IOrderedQueryable |
||
definedTypeGuid | System.Guid | A |
리턴 | IOrderedQueryable |
public GetByDefinedTypeId ( int definedTypeId ) : IOrderedQueryable |
||
definedTypeId | int | A |
리턴 | IOrderedQueryable |
public GetByGuid ( Guid guid ) : DefinedValue | ||
guid | Guid | A |
리턴 | DefinedValue |
public GetIdByGuid ( Guid guid ) : int? | ||
guid | Guid | A |
리턴 | int? |