ExportViewCreateRequest Constructors

Definition

Initializes a new instance of the ExportViewCreateRequest class.

Overloads

ExportViewCreateRequest()

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

ExportViewCreateRequest(International, ExportView)

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

ExportViewCreateRequest()

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

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

Applies to

ExportViewCreateRequest(International, ExportView)

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

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

Parameters

International
International

The cultural settings.

ExportView
ExportView

The ExportView.

Applies to