C# Класс AccidentalFish.ApplicationSupport.Core.Components.ComponentIdentity

Provides the name for a component
Наследование: AccidentalFish.ApplicationSupport.Core.Naming.FullyQualifiedNameBase, IComponentIdentity
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ComponentIdentity ( Type type ) : System

Constructor that builds the name from a type annotated with the ComponentIdentityAttribetu

ComponentIdentity ( string fullyQualifiedName ) : System

Constructor that builds the name from a string

Описание методов

ComponentIdentity() публичный Метод

Constructor that builds the name from a type annotated with the ComponentIdentityAttribetu
public ComponentIdentity ( Type type ) : System
type System.Type
Результат System

ComponentIdentity() публичный Метод

Constructor that builds the name from a string
public ComponentIdentity ( string fullyQualifiedName ) : System
fullyQualifiedName string Name of the component
Результат System