C# Class YuriyGuts.RegexBuilder.RegexNodeConditionalMatch

Inheritance: RegexNode
Mostra file Open project: YuriyGuts/regex-builder

Public Methods

Method Description
RegexNodeConditionalMatch ( RegexNode conditionExpression, RegexNode trueMatchExpression, RegexNode falseMatchExpression ) : System
RegexNodeConditionalMatch ( string conditionGroupName, RegexNode trueMatchExpression, RegexNode falseMatchExpression ) : System
ToRegexPattern ( ) : string

Method Details

RegexNodeConditionalMatch() public method

public RegexNodeConditionalMatch ( RegexNode conditionExpression, RegexNode trueMatchExpression, RegexNode falseMatchExpression ) : System
conditionExpression RegexNode
trueMatchExpression RegexNode
falseMatchExpression RegexNode
return System

RegexNodeConditionalMatch() public method

public RegexNodeConditionalMatch ( string conditionGroupName, RegexNode trueMatchExpression, RegexNode falseMatchExpression ) : System
conditionGroupName string
trueMatchExpression RegexNode
falseMatchExpression RegexNode
return System

ToRegexPattern() public method

public ToRegexPattern ( ) : string
return string