메소드 | 설명 | |
---|---|---|
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
|
|
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
|
public GetByGuid ( System.Guid guid ) : Rock.Model.FieldType | ||
guid | System.Guid | A |
리턴 | Rock.Model.FieldType |
public GetByName ( string name ) : IQueryable |
||
name | string | A |
리턴 | IQueryable |
public static RegisterFieldTypes ( string physWebAppPath ) : void | ||
physWebAppPath | string | A |
리턴 | void |