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

Provides the name for a component
Inheritance: AccidentalFish.ApplicationSupport.Core.Naming.FullyQualifiedNameBase, IComponentIdentity
ファイルを表示 Open project: JamesRandall/AccidentalFish.ApplicationSupport Class Usage Examples

Public Methods

Method Description
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

Method Details

ComponentIdentity() public method

Constructor that builds the name from a type annotated with the ComponentIdentityAttribetu
public ComponentIdentity ( Type type ) : System
type System.Type
return System

ComponentIdentity() public method

Constructor that builds the name from a string
public ComponentIdentity ( string fullyQualifiedName ) : System
fullyQualifiedName string Name of the component
return System