StagingGetRequest Constructors

Definition

Initializes a new instance of the StagingGetRequest class.

Overloads

StagingGetRequest()

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

StagingGetRequest(International, Boolean, StagingResultCriteria, StagingSearchCriteria)

Initializes a new instance of the StagingGetRequest class that has the specified cultural settings, a value indicating whether to include unbatched information, and staging result and staging search criteria.

StagingGetRequest()

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

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

Applies to

StagingGetRequest(International, Boolean, StagingResultCriteria, StagingSearchCriteria)

Initializes a new instance of the StagingGetRequest class that has the specified cultural settings, a value indicating whether to include unbatched information, and staging result and staging search criteria.

public:
 StagingGetRequest(Microsoft::MasterDataServices::International ^ International, bool IncludeUnbatchedInformation, Microsoft::MasterDataServices::StagingResultCriteria ^ StagingResultCriteria, Microsoft::MasterDataServices::StagingSearchCriteria ^ StagingSearchCriteria);
public StagingGetRequest (Microsoft.MasterDataServices.International International, bool IncludeUnbatchedInformation, Microsoft.MasterDataServices.StagingResultCriteria StagingResultCriteria, Microsoft.MasterDataServices.StagingSearchCriteria StagingSearchCriteria);
new Microsoft.MasterDataServices.StagingGetRequest : Microsoft.MasterDataServices.International * bool * Microsoft.MasterDataServices.StagingResultCriteria * Microsoft.MasterDataServices.StagingSearchCriteria -> Microsoft.MasterDataServices.StagingGetRequest
Public Sub New (International As International, IncludeUnbatchedInformation As Boolean, StagingResultCriteria As StagingResultCriteria, StagingSearchCriteria As StagingSearchCriteria)

Parameters

International
International

The cultural settings.

IncludeUnbatchedInformation
Boolean

If true, unbatched information is included; otherwise, false.

StagingResultCriteria
StagingResultCriteria

Criteria to determine what is returned.

StagingSearchCriteria
StagingSearchCriteria

Criteria to determine what is searched for.

Applies to