| ComponentIdentity Class |
Namespace: AccidentalFish.ApplicationSupport.Core.Components
The ComponentIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentIdentity(String) |
Constructor that builds the name from a string
| |
| ComponentIdentity(Type) |
Constructor that builds the name from a type annotated with the ComponentIdentityAttribetu
|
| Name | Description | |
|---|---|---|
| FullyQualifiedName |
Returns the fully qualified name
(Inherited from FullyQualifiedNameBase.) |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Compare this with another object
(Inherited from FullyQualifiedNameBase.) | |
| Equals(FullyQualifiedNameBase) |
Compare this iwth another object of this type
(Inherited from FullyQualifiedNameBase.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Generate a hash code from the FullyQualifiedName string
(Inherited from FullyQualifiedNameBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
The string representation is the fully qualified name
(Inherited from FullyQualifiedNameBase.) |