StagingGetRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.