Click or drag to resize
FullyQualifiedNameBase Class
Fully qualified name implementation
Inheritance Hierarchy
System.Object
  AccidentalFish.ApplicationSupport.Core.Naming.FullyQualifiedNameBase
    AccidentalFish.ApplicationSupport.Core.Components.ComponentIdentity

Namespace: AccidentalFish.ApplicationSupport.Core.Naming
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public class FullyQualifiedNameBase : IFullyQualifiedName

The FullyQualifiedNameBase type exposes the following members.

Constructors
  NameDescription
Public methodFullyQualifiedNameBase(String)
Constructor
Public methodFullyQualifiedNameBase(Type)
Construct the name from the a type. The type must be decorated with ComponentIdentityAttribute.
Top
Properties
  NameDescription
Public propertyFullyQualifiedName
Returns the fully qualified name
Top
Methods
  NameDescription
Public methodEquals(Object)
Compare this with another object
(Overrides Object.Equals(Object).)
Protected methodEquals(FullyQualifiedNameBase)
Compare this iwth another object of this type
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Generate a hash code from the FullyQualifiedName string
(Overrides Object.GetHashCode().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
The string representation is the fully qualified name
(Overrides Object.ToString().)
Top
See Also