FullyQualifiedNameBase Class |
Namespace: AccidentalFish.ApplicationSupport.Core.Naming
The FullyQualifiedNameBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | FullyQualifiedNameBase(String) |
Constructor
|
![]() | FullyQualifiedNameBase(Type) |
Construct the name from the a type. The type must be decorated with ComponentIdentityAttribute.
|
Name | Description | |
---|---|---|
![]() | FullyQualifiedName |
Returns the fully qualified name
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Compare this with another object
(Overrides Object.Equals(Object).) |
![]() | Equals(FullyQualifiedNameBase) |
Compare this iwth another object of this type
|
![]() | 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
(Overrides Object.GetHashCode().) |
![]() | 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
(Overrides Object.ToString().) |