AnnotationsDeleteRequest Constructors

Definition

Initializes a new instance of the AnnotationsDeleteRequest class.

Overloads

AnnotationsDeleteRequest()

Initializes a new instance of the AnnotationsDeleteRequest class with default values.

AnnotationsDeleteRequest(International, Int32)

Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID.

AnnotationsDeleteRequest()

Initializes a new instance of the AnnotationsDeleteRequest class with default values.

public:
 AnnotationsDeleteRequest();
public AnnotationsDeleteRequest ();
Public Sub New ()

Applies to

AnnotationsDeleteRequest(International, Int32)

Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID.

public:
 AnnotationsDeleteRequest(Microsoft::MasterDataServices::International ^ International, int Id);
public AnnotationsDeleteRequest (Microsoft.MasterDataServices.International International, int Id);
new Microsoft.MasterDataServices.AnnotationsDeleteRequest : Microsoft.MasterDataServices.International * int -> Microsoft.MasterDataServices.AnnotationsDeleteRequest
Public Sub New (International As International, Id As Integer)

Parameters

International
International

A cultural setting.

Id
Int32

Integer representing the annotation ID.

Applies to