C# Class Yea.Funq.ServiceKey

Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Свойство Type Description
FactoryType System.Type
Name string

Méthodes publiques

Méthode Description
Equals ( ServiceKey other ) : bool
Equals ( ServiceKey obj1, ServiceKey obj2 ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ServiceKey ( Type factoryType, string serviceName ) : System

Method Details

Equals() public méthode

public Equals ( ServiceKey other ) : bool
other ServiceKey
Résultat bool

Equals() public static méthode

public static Equals ( ServiceKey obj1, ServiceKey obj2 ) : bool
obj1 ServiceKey
obj2 ServiceKey
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

ServiceKey() public méthode

public ServiceKey ( Type factoryType, string serviceName ) : System
factoryType System.Type
serviceName string
Résultat System

Property Details

FactoryType public_oe property

public Type,System FactoryType
Résultat System.Type

Name public_oe property

public string Name
Résultat string