C# Class StoryTeller.Testing.Engine.Service

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

Méthodes publiques

Méthode Description
Equals ( Service obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Service ( string name ) : System

Method Details

Equals() public méthode

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

Service() public méthode

public Service ( string name ) : System
name string
Résultat System