C# Класс Rock.Model.DefinedTypeService

Service/Data Access class for Rock.Model.DefinedType entity objects.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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?