Show:
Methods
AttributeQualifier
Represents a attribute qualifier that limits or qualifies the values that can be accepted as
AttributeValues.
Properties
| AdditionalLavaFields | |
| Attribute | Gets or sets the Attribute that uses this AttributeQualifier. |
| AttributeId | Gets or sets the AttributeId of the Attribute that this AttributeQualifier limits the values of. |
| AvailableKeys | |
| ContextKey | |
| EncryptedKey | |
| EntityStringValue | |
| ForeignGuid | |
| ForeignId | |
| ForeignKey | |
| Guid | |
| Id | |
| IdKey | |
| IsSystem | Gets or sets a flag indicating if the AttributeQualifer is part of the Rock core system/framework. |
| IsValid | |
| Item | |
| Key | Gets or sets the Key value that represents the type of qualifier that is being used. |
| TypeId | |
| TypeName | |
| UrlEncodedKey | |
| ValidationResults | |
| Value | Gets or sets the value of the AttributeQualifier |
Methods
- Clone() (inherited)
- ContainsKey(System.String key) (inherited)
- ContainsKey(System.Object key) (inherited) [Obsoleted in v13] Use ContainsKey(string) instead.
- Equals(System.Object obj) (inherited)
- FromDictionary(System.Collections.Generic.Dictionary`2[System.String,System.Object] properties) (inherited)
- GetCacheObject() - Gets the cache object associated with this Entity
- GetHashCode() (inherited)
- GetType() (inherited)
- GetValue(System.String key) (inherited)
- LaunchWorkflow(System.Nullable`1[System.Guid] workflowTypeGuid, System.String workflowName, System.Collections.Generic.Dictionary`2[System.String,System.String] workflowAttributeValues) (inherited) [Obsoleted in v13] Use the override that does not provide the default values instead.
- LaunchWorkflow(System.Nullable`1[System.Guid] workflowTypeGuid, System.String workflowName, System.Collections.Generic.Dictionary`2[System.String,System.String] workflowAttributeValues, System.Nullable`1[System.Int32] initiatorPersonAliasId) (inherited)
- LaunchWorkflow(System.Nullable`1[System.Int32] workflowTypeId, System.String workflowName, System.Collections.Generic.Dictionary`2[System.String,System.String] workflowAttributeValues) (inherited) [Obsoleted in v13] Use the override that does not provide the default values instead.
- LaunchWorkflow(System.Nullable`1[System.Int32] workflowTypeId, System.String workflowName, System.Collections.Generic.Dictionary`2[System.String,System.String] workflowAttributeValues, System.Nullable`1[System.Int32] initiatorPersonAliasId) (inherited)
- ToDictionary() (inherited)
- ToLiquid() (inherited) [Obsoleted in v0] DotLiquid is no longer supported.
- ToString() - Returns a String that represents this instance.
- UpdateCache(System.Data.Entity.EntityState entityState, Rock.Data.DbContext dbContext)