C# Class StoryTeller.Model.SetVerification

Inheritance: Table
Datei anzeigen Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
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

Method Details

AcceptVisitor() public method

public AcceptVisitor ( IGrammarVisitor visitor, IStep step ) : void
visitor IGrammarVisitor
step IStep
return void

Equals() public method

public Equals ( SetVerification obj ) : bool
obj SetVerification
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SetVerification() public method

public SetVerification ( ) : System
return System

SetVerification() public method

public SetVerification ( string label, string leafName ) : System
label string
leafName string
return System

SetVerification() public method

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