C# 클래스 AccidentalFish.ApplicationSupport.Core.Components.ComponentIdentity

Provides the name for a component
상속: AccidentalFish.ApplicationSupport.Core.Naming.FullyQualifiedNameBase, IComponentIdentity
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport 1 사용 예제들

공개 메소드들

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