Свойство | Тип | Описание | |
---|---|---|---|
Operators | string>.Dictionary | ||
Parameters | string>.Dictionary |
Свойство | Тип | Описание | |
---|---|---|---|
predicateList | List |
Метод | Описание | |
---|---|---|
And ( ) : |
||
AspectRatio ( string @operator, string value ) : |
||
Condition ( ) : System.Collections.Generic | ||
Condition ( string condition ) : System.Collections.Generic |
Create a Condition object. The condition string will be translated to a serialized condition.
|
|
FaceCount ( string @operator, object value ) : |
||
Height ( string @operator, object value ) : |
||
Or ( ) : |
||
PageCount ( string @operator, object value ) : |
||
Serialize ( ) : string |
Serialize a list of predicates.
|
|
SetParent ( |
||
Then ( ) : |
Terminates the definition of the condition and continue with Transformation definition.
|
|
ToString ( ) : string | ||
Width ( string @operator, object value ) : |
Метод | Описание | |
---|---|---|
Predicate ( string name, string @operator, string value ) : |
Create a predicate for binary operators
|
Метод | Описание | |
---|---|---|
GetOperatorReplacement ( string value ) : string | ||
Literal ( string condition ) : string |
Convert incoming condition string into Literal in the URL format. e.g. "width > 0" => "w_lt_0"
|
public AspectRatio ( string @operator, string value ) : |
||
@operator | string | |
value | string | |
Результат |
public Condition ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Condition ( string condition ) : System.Collections.Generic | ||
condition | string | Condition in string format. |
Результат | System.Collections.Generic |
public FaceCount ( string @operator, object value ) : |
||
@operator | string | |
value | object | |
Результат |
public Height ( string @operator, object value ) : |
||
@operator | string | |
value | object | |
Результат |
public PageCount ( string @operator, object value ) : |
||
@operator | string | |
value | object | |
Результат |
protected Predicate ( string name, string @operator, string value ) : |
||
name | string | |
@operator | string | |
value | string | |
Результат |
public SetParent ( |
||
parent | ||
Результат |
public Width ( string @operator, object value ) : |
||
@operator | string | |
value | object | |
Результат |
public static Dictionary |
||
Результат | string>.Dictionary |
public static Dictionary |
||
Результат | string>.Dictionary |