C# Class Kooboo.Commerce.Rules.Conditions.Expressions.Formatting.HtmlExpressionFormatter

Inheritance: ExpressionFormatter
Mostrar archivo Open project: Kooboo/Ecommerce

Protected Methods

Method Description
WriteCloseParenthsis ( ) : void
WriteComparison ( ComparisonExpression exp ) : void
WriteKeyword ( string value ) : void
WriteOpenParenthsis ( ) : void
WriteOperator ( string value ) : void
WriteParamName ( string value ) : void
WriteParamValue ( string value, Type valueType ) : void

Private Methods

Method Description
BeginSpan ( string className ) : void
EndSpan ( ) : void

Method Details

WriteCloseParenthsis() protected method

protected WriteCloseParenthsis ( ) : void
return void

WriteComparison() protected method

protected WriteComparison ( ComparisonExpression exp ) : void
exp ComparisonExpression
return void

WriteKeyword() protected method

protected WriteKeyword ( string value ) : void
value string
return void

WriteOpenParenthsis() protected method

protected WriteOpenParenthsis ( ) : void
return void

WriteOperator() protected method

protected WriteOperator ( string value ) : void
value string
return void

WriteParamName() protected method

protected WriteParamName ( string value ) : void
value string
return void

WriteParamValue() protected method

protected WriteParamValue ( string value, Type valueType ) : void
value string
valueType System.Type
return void