Property | Type | Description | |
---|---|---|---|
innerFilter | |||
innerFilterJavaObject |
Method | Description | |
---|---|---|
Filter ( |
||
Filter ( |
||
GetFilter ( Fields field, OPERATORS op, bool val ) : |
||
GetFilter ( Fields field, OPERATORS op, float val ) : |
||
GetFilter ( Fields field, OPERATORS op, int val ) : |
||
GetFilter ( Fields field, OPERATORS op, string val ) : |
||
GetFilter ( Fields field, bool array ) : |
||
GetFilter ( Fields field, float array ) : |
||
GetFilter ( Fields field, int array ) : |
||
GetFilter ( Fields field, string array ) : |
||
GetFilter ( |
||
NOT ( ) : |
Method | Description | |
---|---|---|
ApplicasaFilterByFieldArrayBool ( Fields field, bool array, int arrayLen ) : |
||
ApplicasaFilterByFieldArrayFloat ( Fields field, float array, int arrayLen ) : |
||
ApplicasaFilterByFieldArrayInt ( Fields field, int array, int arrayLen ) : |
||
ApplicasaFilterByFieldArrayString ( Fields field, string array, int arrayLen ) : |
||
ApplicasaFilterByFieldBool ( Fields field, OPERATORS op, bool val ) : |
||
ApplicasaFilterByFieldFloat ( Fields field, OPERATORS op, float val ) : |
||
ApplicasaFilterByFieldInt ( Fields field, OPERATORS op, int val ) : |
||
ApplicasaFilterByFieldString ( Fields field, OPERATORS op, string val ) : |
||
ApplicasaFilterByOperand ( |
||
ApplicasaFilterNot ( System filter ) : |
public Filter ( |
||
filterPtr | ||
return | System |
public Filter ( |
||
filterPtr | ||
filterJavaObject | ||
return | System |
public static GetFilter ( Fields field, OPERATORS op, bool val ) : |
||
field | Fields | |
op | OPERATORS | |
val | bool | |
return |
public static GetFilter ( Fields field, OPERATORS op, float val ) : |
||
field | Fields | |
op | OPERATORS | |
val | float | |
return |
public static GetFilter ( Fields field, OPERATORS op, int val ) : |
||
field | Fields | |
op | OPERATORS | |
val | int | |
return |
public static GetFilter ( Fields field, OPERATORS op, string val ) : |
||
field | Fields | |
op | OPERATORS | |
val | string | |
return |
public static GetFilter ( Fields field, bool array ) : |
||
field | Fields | |
array | bool | |
return |
public static GetFilter ( Fields field, float array ) : |
||
field | Fields | |
array | float | |
return |
public static GetFilter ( Fields field, int array ) : |
||
field | Fields | |
array | int | |
return |
public static GetFilter ( Fields field, string array ) : |
||
field | Fields | |
array | string | |
return |
public static GetFilter ( |
||
OperandA | ||
op | COMPLEX_OPERATORS | |
OperandB | ||
return |