ExportViewListGetResponse Constructors

Definition

Initializes a new instance of the ExportViewListGetResponse class.

Overloads

ExportViewListGetResponse()

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

ExportViewListGetResponse(Collection<ExportView>, OperationResult)

Initializes a new instance of the ExportViewListGetResponse class that has the specified array of export views and operation result.

ExportViewListGetResponse()

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

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

Applies to

ExportViewListGetResponse(Collection<ExportView>, OperationResult)

Initializes a new instance of the ExportViewListGetResponse class that has the specified array of export views and operation result.

public:
 ExportViewListGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::ExportView ^> ^ ExportViews, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public ExportViewListGetResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ExportView> ExportViews, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.ExportViewListGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ExportView> * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.ExportViewListGetResponse
Public Sub New (ExportViews As Collection(Of ExportView), OperationResult As OperationResult)

Parameters

ExportViews
Collection<ExportView>

A collection of export views.

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to