DataObjectIdentifierResolver.ContractIdentifier(String, Object[]) Method

Definition

Contracts an identifier for a data object with the specified type and complete identifier.

public:
 virtual cli::array <System::Object ^> ^ ContractIdentifier(System::String ^ typeName, cli::array <System::Object ^> ^ fullIdentifier);
public virtual object[] ContractIdentifier (string typeName, object[] fullIdentifier);
abstract member ContractIdentifier : string * obj[] -> obj[]
override this.ContractIdentifier : string * obj[] -> obj[]
Public Overridable Function ContractIdentifier (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[]

The partial, contracted unique identifier for a data object.

Implements

Applies to