C# 클래스 Spring.Objects.Factory.Attributes.QualifierAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

QualifierAttribute() 공개 메소드

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

QualifierAttribute() 공개 메소드

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