메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
ConvertToAttributeValues ( ) : List |
public AddCondition ( string attributeName, Condition condition ) : void | ||
attributeName | string | Target attribute name |
condition | Condition | Condition to be added |
리턴 | void |
public static FromConditions ( Condition>.Dictionary |
||
conditions | Condition>.Dictionary | Map from attribute name to condition |
리턴 |
public RemoveCondition ( string attributeName ) : void | ||
attributeName | string | Target attribute |
리턴 | void |