EntityStagingGetCriteria Class
Criteria that determine the behavior of the EntityStagingGet service call.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::EntityStagingGetCriteria
| Name | Description | |
|---|---|---|
![]() | EntityStagingGetCriteria() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | IncludeClearedBatches | Gets or sets a value that indicates whether the "cleared batches" also be returned in the results. |
![]() | ModelId | Gets or sets the model Id to use. |
![]() | PageNumber | Gets or sets the page number. Used for paging. Valid page numbers start with 1 |
![]() | PageSize | Gets or sets the page size. Used for paging. The size of each batch in a page. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The EntityStagingGetCriteria specifies criteria that determine the behavior of the EntityStagingGet service call. Contains information like Model identifier, page size and page number.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


