C# Class YuriyGuts.RegexBuilder.RegexNodeConditionalMatch

Inheritance: RegexNode
Afficher le fichier Open project: YuriyGuts/regex-builder

Méthodes publiques

Méthode Description
RegexNodeConditionalMatch ( RegexNode conditionExpression, RegexNode trueMatchExpression, RegexNode falseMatchExpression ) : System
RegexNodeConditionalMatch ( string conditionGroupName, RegexNode trueMatchExpression, RegexNode falseMatchExpression ) : System
ToRegexPattern ( ) : string

Method Details

RegexNodeConditionalMatch() public méthode

public RegexNodeConditionalMatch ( RegexNode conditionExpression, RegexNode trueMatchExpression, RegexNode falseMatchExpression ) : System
conditionExpression RegexNode
trueMatchExpression RegexNode
falseMatchExpression RegexNode
Résultat System

RegexNodeConditionalMatch() public méthode

public RegexNodeConditionalMatch ( string conditionGroupName, RegexNode trueMatchExpression, RegexNode falseMatchExpression ) : System
conditionGroupName string
trueMatchExpression RegexNode
falseMatchExpression RegexNode
Résultat System

ToRegexPattern() public méthode

public ToRegexPattern ( ) : string
Résultat string