Method | Description | |
---|---|---|
AddCondition ( string attributeName, Condition condition ) : void |
Adds a condition for a specified attribute. If a condition for the attribute already exists, it will be replaced with the new condition.
|
|
FromConditions ( Condition>.Dictionary |
Creates a Filter from a conditions map
|
|
RemoveCondition ( string attributeName ) : void |
Removes a condition for a specific attribute name.
|
|
ToConditions ( ) : Condition>.Dictionary |
Converts filter to a map of conditions
|
Method | Description | |
---|---|---|
ConvertToAttributeValues ( ) : List |
public AddCondition ( string attributeName, Condition condition ) : void | ||
attributeName | string | Target attribute name |
condition | Condition | Condition to be added |
return | void |
protected static ConvertToAttributeValues ( ) : List |
||
return | List |
public static FromConditions ( Condition>.Dictionary |
||
conditions | Condition>.Dictionary | Map from attribute name to condition |
return |
public RemoveCondition ( string attributeName ) : void | ||
attributeName | string | Target attribute |
return | void |
public ToConditions ( ) : Condition>.Dictionary |
||
return | Condition>.Dictionary |