C# Class StoryTeller.UserInterface.TestAddedMessage

Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( TestAddedMessage obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
TestAddedMessage ( Test test ) : StoryTeller.Domain
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( TestAddedMessage obj ) : bool
obj TestAddedMessage
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

TestAddedMessage() public méthode

public TestAddedMessage ( Test test ) : StoryTeller.Domain
test Test
Résultat StoryTeller.Domain

ToString() public méthode

public ToString ( ) : string
Résultat string