Method | Description | |
---|---|---|
Get ( int entityTypeId, int entityId ) : IQueryable |
Returns an enumerable collection of Rock.Model.Auth entities by Rock.Model.EntityType and entity Id.
|
|
GetAuths ( int entityTypeId, int entityId, string action ) : IQueryable |
Returns a queryable collection of Rock.Model.Auth entities (Authorizations) by entity and action.
|
public Get ( int entityTypeId, int entityId ) : IQueryable |
||
entityTypeId | int | A |
entityId | int | A |
return | IQueryable |
public GetAuths ( int entityTypeId, int entityId, string action ) : IQueryable |
||
entityTypeId | int | A |
entityId | int | A |
action | string | A |
return | IQueryable |