C# Class SpecExpress.RuleTree.RuleTree

Tree structure that describes RuleValidators and their relations to one another (i.e. And / Or)
Show file Open project: rbell/SpecExpress Class Usage Examples

Public Methods

Method Description
RuleTree ( ) : System
RuleTree ( NodeBase rootNode ) : System

Private Methods

Method Description
getEndNode ( NodeBase current ) : NodeBase
getLastRuleNode ( NodeBase current ) : RuleNode

Method Details

RuleTree() public method

public RuleTree ( ) : System
return System

RuleTree() public method

public RuleTree ( NodeBase rootNode ) : System
rootNode NodeBase
return System