메소드 | 설명 | |
---|---|---|
Get ( |
Gets the specified Rock.Model.EntityType by the object type. If a match is not found, it can optionally create a new Rock.Model.EntityType for the object.
|
|
Get ( string entityName ) : EntityType |
Gets an Rock.Model.EntityType by its name / type name.
|
|
Get ( string name, bool createIfNotFound ) : EntityType |
Gets an Rock.Model.EntityType by its name. If a match is not found, a new Rock.Model.EntityType can optionally be created.
|
|
GetEntities ( ) : IEnumerable |
Gets an enumerable collection of
|
|
GetEntityListItems ( ) : List |
Returns the
|
|
GetGuid ( int id ) : Guid? |
Gets the Guid for the EntityType that has the specified Id
|
|
GetReportableEntities ( Person currentPerson ) : IEnumerable |
Gets an enumerable collection of
|
|
RegisterEntityTypes ( string physWebAppPath ) : void |
Gets a list of ISecured and IEntity entities (all models) that have not yet been registered and adds them as an Rock.Model.EntityType.
|
public Get ( |
||
type | The |
|
createIfNotFound | bool | A |
personAlias | PersonAlias | A |
리턴 | EntityType |
public Get ( string entityName ) : EntityType | ||
entityName | string | A |
리턴 | EntityType |
public Get ( string name, bool createIfNotFound ) : EntityType | ||
name | string | A |
createIfNotFound | bool | A |
리턴 | EntityType |
public GetReportableEntities ( Person currentPerson ) : IEnumerable |
||
currentPerson | Person | The current person. |
리턴 | IEnumerable |
public static RegisterEntityTypes ( string physWebAppPath ) : void | ||
physWebAppPath | string | A |
리턴 | void |