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

Provides the name for a component
Inheritance: AccidentalFish.ApplicationSupport.Core.Naming.FullyQualifiedNameBase, IComponentIdentity
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ComponentIdentity() public méthode

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