C# Class Spring.Objects.Factory.Attributes.QualifierAttribute

Inheritance: System.Attribute
显示文件 Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Checks weather the attribute is the same

GetHashCode ( ) : int
QualifierAttribute ( ) : System

Instantiate a new qualifier with an empty name

QualifierAttribute ( string value ) : System

Instantiate a new qualifier with a givin name

Method Details

Equals() public method

Checks weather the attribute is the same
public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

QualifierAttribute() public method

Instantiate a new qualifier with an empty name
public QualifierAttribute ( ) : System
return System

QualifierAttribute() public method

Instantiate a new qualifier with a givin name
public QualifierAttribute ( string value ) : System
value string name to use as qualifier
return System