C# 클래스 StoryTeller.Model.SetVerification

상속: Table
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
AcceptVisitor ( IGrammarVisitor visitor, IStep step ) : void
Equals ( SetVerification obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SetVerification ( ) : System
SetVerification ( string label, string leafName ) : System
SetVerification ( string label, string leafName, IList cells ) : System

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( IGrammarVisitor visitor, IStep step ) : void
visitor IGrammarVisitor
step IStep
리턴 void

Equals() 공개 메소드

public Equals ( SetVerification obj ) : bool
obj SetVerification
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SetVerification() 공개 메소드

public SetVerification ( ) : System
리턴 System

SetVerification() 공개 메소드

public SetVerification ( string label, string leafName ) : System
label string
leafName string
리턴 System

SetVerification() 공개 메소드

public SetVerification ( string label, string leafName, IList cells ) : System
label string
leafName string
cells IList
리턴 System