DataObjectIdentifierResolver.SlowContractIdentifier(String, Object[]) Method

Definition

Contracts an identifier by whatever means are available.

protected:
 virtual cli::array <System::Object ^> ^ SlowContractIdentifier(System::String ^ typeName, cli::array <System::Object ^> ^ fullIdentifier);
protected virtual object[] SlowContractIdentifier (string typeName, object[] fullIdentifier);
abstract member SlowContractIdentifier : string * obj[] -> obj[]
override this.SlowContractIdentifier : string * obj[] -> obj[]
Protected Overridable Function SlowContractIdentifier (typeName As String, fullIdentifier As Object()) As Object()

Parameters

typeName
String

The name of a type of data object.

fullIdentifier
Object[]

A full identifier of a data object.

Returns

Object[]

Returns the contracted identifier.

Exceptions

The typeName parameter is null.

Applies to