Метод | Описание | |
---|---|---|
Get ( int entityTypeId, string entityQualifierColumn, string entityQualifierValue, string key ) : |
Returns an Rock.Model.Attribute by Rock.Model.EntityType, EntityQualifierColumn, EntityQualiferValue and Key name.
|
|
Get ( int entityTypeId, string entityQualifierColumn, string entityQualifierValue ) : IQueryable |
Gets a queryable collection of Rock.Model.Attribute">Attributes by |
|
GetByCategoryId ( int categoryId ) : IQueryable |
Returns a queryable collection of Rock.Model.Attribute">Attributes by |
|
GetByEntityTypeId ( int entityTypeId ) : IQueryable |
Returns a queryable collection of Rock.Model.Attribute">Attributes by |
|
GetByFieldTypeId ( int fieldTypeId ) : IQueryable |
Returns an enumerable collection of Rock.Model.Attribute">Attributes that uses the provided |
|
GetGlobalAttribute ( string key ) : |
Returns a global Rock.Model.Attribute by its Key.
|
|
GetGlobalAttributes ( ) : IQueryable |
Returns a queryable collection containing the Global
|
|
GetGroupMemberAttributesCombined ( int groupId, int groupTypeId ) : IQueryable |
Gets the group member attributes combined with the inherited group type's group member attibutes.
|
|
GetGuid ( int id ) : Guid? |
Gets the Guid for the Attribute that has the specified Id
|
|
GetSystemSetting ( string key ) : |
Returns a global Rock.Model.Attribute by its Key.
|
|
GetSystemSettings ( ) : IQueryable |
Returns a queryable collection containing the Global
|
public Get ( int entityTypeId, string entityQualifierColumn, string entityQualifierValue, string key ) : |
||
entityTypeId | int | A |
entityQualifierColumn | string | A |
entityQualifierValue | string | A |
key | string | A |
Результат |
public Get ( int entityTypeId, string entityQualifierColumn, string entityQualifierValue ) : IQueryable |
||
entityTypeId | int | A |
entityQualifierColumn | string | A |
entityQualifierValue | string | A |
Результат | IQueryable |
public GetByCategoryId ( int categoryId ) : IQueryable |
||
categoryId | int | A |
Результат | IQueryable |
public GetByEntityTypeId ( int entityTypeId ) : IQueryable |
||
entityTypeId | int | A |
Результат | IQueryable |
public GetByFieldTypeId ( int fieldTypeId ) : IQueryable |
||
fieldTypeId | int | A |
Результат | IQueryable |
public GetGlobalAttribute ( string key ) : |
||
key | string | A |
Результат |
public GetGlobalAttributes ( ) : IQueryable |
||
Результат | IQueryable |
public GetGroupMemberAttributesCombined ( int groupId, int groupTypeId ) : IQueryable |
||
groupId | int | The group identifier. |
groupTypeId | int | The group type identifier. |
Результат | IQueryable |
public GetSystemSetting ( string key ) : |
||
key | string | A |
Результат |