C# Class AccidentalFish.ApplicationSupport.Core.Components.ComponentIdentityAttribute

Attribute that can be attached to classes to describe their name
Inheritance: System.Attribute
显示文件 Open project: JamesRandall/AccidentalFish.ApplicationSupport

Public Methods

Method Description
ComponentIdentityAttribute ( string fullyQualifiedName ) : System

Constructor

Method Details

ComponentIdentityAttribute() public method

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