Method | Description | |
---|---|---|
GetByAttributeId ( int attributeId ) : IQueryable |
Returns an enumerable collection of Rock.Model.AttributeValue">AttributeValues by |
|
GetByAttributeIdAndEntityId ( int attributeId, int entityId ) : AttributeValue |
Gets an Attribute Value by Attribute Id And Entity Id
|
|
GetByEntityId ( int entityId ) : IQueryable |
Returns an enumerable collection of
|
|
GetGlobalAttributeValue ( string key ) : AttributeValue |
Returns a Rock.Model.AttributeValue for a Rock.Model.Attribute by Key.
|
public GetByAttributeId ( int attributeId ) : IQueryable |
||
attributeId | int | A |
return | IQueryable |
public GetByAttributeIdAndEntityId ( int attributeId, int entityId ) : AttributeValue | ||
attributeId | int | Attribute Id. |
entityId | int | Entity Id. |
return | AttributeValue |
public GetByEntityId ( int entityId ) : IQueryable |
||
entityId | int | A |
return | IQueryable |
public GetGlobalAttributeValue ( string key ) : AttributeValue | ||
key | string | A |
return | AttributeValue |