DataObjectIdentifierResolver Members
Include Protected Members
Include Inherited Members
Provides the ability to expand and contract an identifier for a specified data object.
The DataObjectIdentifierResolver type exposes the following members.
Constructors
Name
Description
Class constructor. Initializes an instance of the DataObjectIdentifierResolver class.
Top
Methods
Name
Description
Contracts an identifier for a data object with the specified type and complete identifier and an indication whether or not any cached contraction should be updated.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Expands an identifier for a data object with the specified type and partially complete identifier and an indication whether any cached expansion should be updated.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Applies an algorithm for quickly contracting an identifier, if possible.
Applies an algorithm for quickly expanding an identifier, if possible.
Contracts an identifier by whatever means are available.
Expands an identifier by whatever means are available.
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
Provides a DataObjectIdentifierResolver object instance that is used by default when a provider-specific implementation does not exist.
Top