C# Class StoryTeller.Testing.StubGrammarModel

Inheritance: StoryTeller.Model.GrammarModel
Mostra file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
StubGrammarModel ( ) : System
TitleOrFormat ( ) : string
ToString ( ) : string

Protected Methods

Method Description
Equals ( StubGrammarModel other ) : bool

Method Details

Equals() protected method

protected Equals ( StubGrammarModel other ) : bool
other StubGrammarModel
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

StubGrammarModel() public method

public StubGrammarModel ( ) : System
return System

TitleOrFormat() public method

public TitleOrFormat ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string