ExportViewDeleteRequest Constructors

Definition

Initializes a new instance of the ExportViewDeleteRequest class.

Overloads

ExportViewDeleteRequest()

Initializes a new instance of the ExportViewDeleteRequest class that has default values.

ExportViewDeleteRequest(International, Identifier)

Initializes a new instance of the ExportViewDeleteRequest class that has the specified cultural settings and internal identifier for the export view to delete.

ExportViewDeleteRequest()

Initializes a new instance of the ExportViewDeleteRequest class that has default values.

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

Applies to

ExportViewDeleteRequest(International, Identifier)

Initializes a new instance of the ExportViewDeleteRequest class that has the specified cultural settings and internal identifier for the export view to delete.

public:
 ExportViewDeleteRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ Identifier);
public ExportViewDeleteRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Identifier Identifier);
new Microsoft.MasterDataServices.ExportViewDeleteRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.ExportViewDeleteRequest
Public Sub New (International As International, Identifier As Identifier)

Parameters

International
International

The cultural settings

Identifier
Identifier

The internal identifier for the export view to delete.

Applies to