C# Класс AccidentalFish.ApplicationSupport.Core.Naming.FullyQualifiedNameBase

Fully qualified name implementation
Наследование: IFullyQualifiedName
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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