Method | Description | |
---|---|---|
And ( |
||
Eq ( string columnName, object value ) : |
||
Ge ( string columnName, object value ) : |
||
GetAllValueParameters ( ) : object[] | ||
Gt ( string columnName, object value ) : |
||
Le ( string columnName, object value ) : |
||
Lt ( string columnName, object value ) : |
||
Or ( |
Method | Description | |
---|---|---|
Filter ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
AddValueParameterToList ( object filter, List | ||
CreateFilterCondition ( CompareOperator compareOperator, string columnName, object value ) : |
||
CreateFilterLogic ( LogicOperator logicOperator, |
||
GetAllValueParametersRecursive ( |
||
GoToSubNode ( object node, List |
public static And ( |
||
leftFilter | ||
rightFilter | ||
return |
public static Eq ( string columnName, object value ) : |
||
columnName | string | |
value | object | |
return |
protected Filter ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public static Ge ( string columnName, object value ) : |
||
columnName | string | |
value | object | |
return |
public static Gt ( string columnName, object value ) : |
||
columnName | string | |
value | object | |
return |
public static Le ( string columnName, object value ) : |
||
columnName | string | |
value | object | |
return |
public static Lt ( string columnName, object value ) : |
||
columnName | string | |
value | object | |
return |
public static Or ( |
||
leftFilter | ||
rightFilter | ||
return |