C# Class StoryTeller.Testing.StubGrammarModel

Inheritance: StoryTeller.Model.GrammarModel
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
StubGrammarModel ( ) : System
TitleOrFormat ( ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( StubGrammarModel other ) : bool

Method Details

Equals() protected méthode

protected Equals ( StubGrammarModel other ) : bool
other StubGrammarModel
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StubGrammarModel() public méthode

public StubGrammarModel ( ) : System
Résultat System

TitleOrFormat() public méthode

public TitleOrFormat ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string