Click or drag to resize
ComponentIdentity Class
Provides the name for a component
Inheritance Hierarchy
SystemObject
  AccidentalFish.ApplicationSupport.Core.NamingFullyQualifiedNameBase
    AccidentalFish.ApplicationSupport.Core.ComponentsComponentIdentity

Namespace: AccidentalFish.ApplicationSupport.Core.Components
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public class ComponentIdentity : FullyQualifiedNameBase, 
	IComponentIdentity, IFullyQualifiedName

The ComponentIdentity type exposes the following members.

Constructors
  NameDescription
Public methodComponentIdentity(String)
Constructor that builds the name from a string
Public methodComponentIdentity(Type)
Constructor that builds the name from a type annotated with the ComponentIdentityAttribetu
Top
Properties
  NameDescription
Public propertyFullyQualifiedName
Returns the fully qualified name
(Inherited from FullyQualifiedNameBase.)
Top
Methods
  NameDescription
Public methodEquals(Object)
Compare this with another object
(Inherited from FullyQualifiedNameBase.)
Protected methodEquals(FullyQualifiedNameBase)
Compare this iwth another object of this type
(Inherited from FullyQualifiedNameBase.)
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
(Inherited from FullyQualifiedNameBase.)
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
(Inherited from FullyQualifiedNameBase.)
Top
See Also