C# Class Yea.Funq.ServiceKey

Mostra file Open project: OxPatient/Rule-Engine Class Usage Examples

Public Properties

Property Type Description
FactoryType System.Type
Name string

Public Methods

Method 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 method

public Equals ( ServiceKey other ) : bool
other ServiceKey
return bool

Equals() public static method

public static Equals ( ServiceKey obj1, ServiceKey obj2 ) : bool
obj1 ServiceKey
obj2 ServiceKey
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ServiceKey() public method

public ServiceKey ( Type factoryType, string serviceName ) : System
factoryType System.Type
serviceName string
return System

Property Details

FactoryType public_oe property

public Type,System FactoryType
return System.Type

Name public_oe property

public string Name
return string