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

Attribute that can be attached to classes to describe their name
상속: System.Attribute
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

메소드 설명
ComponentIdentityAttribute ( string fullyQualifiedName ) : System

Constructor

메소드 상세

ComponentIdentityAttribute() 공개 메소드

Constructor
public ComponentIdentityAttribute ( string fullyQualifiedName ) : System
fullyQualifiedName string Name of the component
리턴 System