C# 클래스 Rock.Model.FieldTypeService

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

공개 메소드들

메소드 설명
GetByGuid ( System.Guid guid ) : Rock.Model.FieldType

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

GetByName ( string name ) : IQueryable

Returns an enumerable collection of FieldTypes by Name.

GetGuid ( int id ) : Guid?

Gets the Guid for the FieldType that has the specified Id

RegisterFieldTypes ( string physWebAppPath ) : void

Gets a list of all Rock.Model.FieldType">FieldTypes (all items that implement the FieldTypes that have not been previously registered.

메소드 상세

GetByGuid() 공개 메소드

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

GetByName() 공개 메소드

Returns an enumerable collection of FieldTypes by Name.
public GetByName ( string name ) : IQueryable
name string A represents the Name of the FieldType(s) to retrieve.
리턴 IQueryable

GetGuid() 공개 메소드

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

RegisterFieldTypes() 공개 정적인 메소드

Gets a list of all Rock.Model.FieldType">FieldTypes (all items that implement the FieldTypes that have not been previously registered.
public static RegisterFieldTypes ( string physWebAppPath ) : void
physWebAppPath string A representing the physical path of the web application.
리턴 void