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

Inheritance: System.Attribute
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Checks weather the attribute is the same
public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

QualifierAttribute() public méthode

Instantiate a new qualifier with an empty name
public QualifierAttribute ( ) : System
Résultat System

QualifierAttribute() public méthode

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