QueryTextFormats.HtmlFormats class
Represents different parameters of HTML formatting for query text representation
public class Korzh.EasyQuery.QueryTextFormats.HtmlFormatsPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description |
|---|---|---|
| HtmlFormats() | void |
Properties
| Name | Type | Description |
|---|---|---|
| BoolOperator | string | Gets or sets the formatting of condition prefix. |
| BoolOperatorRoot | string | Gets or sets the formatting of prefix root. |
| BracketClose | string | Gets or sets the format of closing bracket. |
| BracketOpen | string | Gets or sets the format of opening bracket. |
| Expression | string | Gets or sets the expression formatting. |
| Operator | string | Gets or sets the operator formatting. |
| Text | string | Gets or sets the text formatting. |