StagingGetRequest Class
Specifies the criteria in StagingResultCriteria for the retrieval of staging information.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | IncludeUnbatchedInformation | If true, unbatched information is included; otherwise, false. |
![]() | International | The cultural settings. |
![]() | StagingResultCriteria | Criteria to determine what is returned. |
![]() | StagingSearchCriteria | Criteria to determine what is searched for. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


