C# 클래스 AccidentalFish.ApplicationSupport.Core.Naming.FullyQualifiedNameBase

Fully qualified name implementation
상속: IFullyQualifiedName
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Compare this with another object

FullyQualifiedNameBase ( Type type ) : System

Construct the name from the a type. The type must be decorated with ComponentIdentityAttribute.

FullyQualifiedNameBase ( string fullyQualifiedName ) : System

Constructor

GetHashCode ( ) : int

Generate a hash code from the FullyQualifiedName string

ToString ( ) : string

The string representation is the fully qualified name

보호된 메소드들

메소드 설명
Equals ( FullyQualifiedNameBase other ) : bool

Compare this iwth another object of this type

메소드 상세

Equals() 보호된 메소드

Compare this iwth another object of this type
protected Equals ( FullyQualifiedNameBase other ) : bool
other FullyQualifiedNameBase The object to compare to
리턴 bool

Equals() 공개 메소드

Compare this with another object
public Equals ( object obj ) : bool
obj object
리턴 bool

FullyQualifiedNameBase() 공개 메소드

Construct the name from the a type. The type must be decorated with ComponentIdentityAttribute.
public FullyQualifiedNameBase ( Type type ) : System
type System.Type The type to pull the name from
리턴 System

FullyQualifiedNameBase() 공개 메소드

Constructor
public FullyQualifiedNameBase ( string fullyQualifiedName ) : System
fullyQualifiedName string Name
리턴 System

GetHashCode() 공개 메소드

Generate a hash code from the FullyQualifiedName string
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

The string representation is the fully qualified name
public ToString ( ) : string
리턴 string