ExportViewUpdateRequest Constructors

Definition

Initializes a new instance of the ExportViewUpdateRequest class.

Overloads

ExportViewUpdateRequest()

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

ExportViewUpdateRequest(International, ExportView)

Initializes a new instance of the ExportViewUpdateRequest class that has the specified cultural settings and ExportView.

ExportViewUpdateRequest()

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

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

Applies to

ExportViewUpdateRequest(International, ExportView)

Initializes a new instance of the ExportViewUpdateRequest class that has the specified cultural settings and ExportView.

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

Parameters

International
International

The cultural settings.

ExportView
ExportView

The ExportView.

Applies to