Share via


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

Public method

DataObjectIdentifierResolver

Class constructor. Initializes an instance of the DataObjectIdentifierResolver class.

Top

Methods

 

Name

Description

Public method

ContractIdentifier

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.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Public method

ExpandIdentifier

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.

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

QuickContractIdentifier

Applies an algorithm for quickly contracting an identifier, if possible.

Protected method

QuickExpandIdentifier

Applies an algorithm for quickly expanding an identifier, if possible.

Protected method

SlowContractIdentifier

Contracts an identifier by whatever means are available.

Protected method

SlowExpandIdentifier

Expands an identifier by whatever means are available.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

 

Name

Description

Public fieldStatic member

Default

Provides a DataObjectIdentifierResolver object instance that is used by default when a provider-specific implementation does not exist.

Top

See Also

Reference

DataObjectIdentifierResolver Class

Microsoft.VisualStudio.Data Namespace