DSRefBuilder.AppendToDSRef Method

Definition

Overloads

AppendToDSRef(Object, String, Object[])

Appends information about a data object with the specified type and identifier to a specified existing DSRef object.

AppendToDSRef(Object, String, Object[], Object[])

Appends information about a data object with the specified type and identifier to a specified existing DSRef object.

AppendToDSRef(Object, String, Object[])

Appends information about a data object with the specified type and identifier to a specified existing DSRef object.

public:
 virtual void AppendToDSRef(System::Object ^ dsRef, System::String ^ typeName, cli::array <System::Object ^> ^ identifier);
public void AppendToDSRef (object dsRef, string typeName, object[] identifier);
abstract member AppendToDSRef : obj * string * obj[] -> unit
override this.AppendToDSRef : obj * string * obj[] -> unit
Public Sub AppendToDSRef (dsRef As Object, typeName As String, identifier As Object())

Parameters

dsRef
Object

The existing DSRef object to which information is appended.

typeName
String

The name of the object type.

identifier
Object[]

An array containing the identifier parts of the object.

Implements

Applies to

AppendToDSRef(Object, String, Object[], Object[])

Appends information about a data object with the specified type and identifier to a specified existing DSRef object.

protected:
 virtual void AppendToDSRef(System::Object ^ dsRef, System::String ^ typeName, cli::array <System::Object ^> ^ identifier, cli::array <System::Object ^> ^ parameters);
protected virtual void AppendToDSRef (object dsRef, string typeName, object[] identifier, object[] parameters);
abstract member AppendToDSRef : obj * string * obj[] * obj[] -> unit
override this.AppendToDSRef : obj * string * obj[] * obj[] -> unit
Protected Overridable Sub AppendToDSRef (dsRef As Object, typeName As String, identifier As Object(), parameters As Object())

Parameters

dsRef
Object

The existing DSRef object to which information is appended.

typeName
String

The name of the type of object.

identifier
Object[]

An array containing the identifier parts of the object.

parameters
Object[]

An array whose contents are specified by the Data Object Support XML.

Exceptions

The dsRef, typeName and/or identifier parameters is null.

The site is null.

Applies to