ContainedIdentity Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A contained identity that is composed of some container unique identity and the identity of the container to form a globally unique identity.
The ContainedIdentity type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ContainedIdentity class.
Top
Methods
Name
Description
Implements comparisons to other identities.
(Overrides CompositeIdentity.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
(Overrides CompositeIdentity.GetHashCode().)
Gets an array of internal identities. (Inherited from CompositeIdentity.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from CompositeIdentity.)
Top
Operators
Name
Description
Determines whether two specified contained identities are equal.
Determines whether the first specified contained identity is greater than the second.
Determines whether two specified contained identities are not equal.
Determines whether the first specified contained identity is less than the second.
Top
Properties
Name
Description
Gets the container of the element being identified.
Gets the unique identity within the container.
Gets an enumeration of the contained identities. (Inherited from CompositeIdentity.)
Gets the simple name of a composite identity. (Inherited from CompositeIdentity.)
Top