C# 클래스 SpecExpress.RuleTree.RuleTree

Tree structure that describes RuleValidators and their relations to one another (i.e. And / Or)
파일 보기 프로젝트 열기: rbell/SpecExpress 1 사용 예제들

공개 메소드들

메소드 설명
RuleTree ( ) : System
RuleTree ( NodeBase rootNode ) : System

비공개 메소드들

메소드 설명
getEndNode ( NodeBase current ) : NodeBase
getLastRuleNode ( NodeBase current ) : RuleNode

메소드 상세

RuleTree() 공개 메소드

public RuleTree ( ) : System
리턴 System

RuleTree() 공개 메소드

public RuleTree ( NodeBase rootNode ) : System
rootNode NodeBase
리턴 System