EntityStagingGetCriteria Class
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.
Criteria that determine the behavior of the EntityStagingGet service call.
public ref class EntityStagingGetCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="EntityStagingGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingGetCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="EntityStagingGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingGetCriteria = class
inherit DataContractBase
Public Class EntityStagingGetCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The EntityStagingGetCriteria specifies criteria that determine the behavior of the EntityStagingGet service call. Contains information like Model identifier, page size and page number.
Constructors
EntityStagingGetCriteria() |
Default constructor |
Properties
IncludeClearedBatches |
Specifies whether "cleared batches" also be returned in the results |
ModelId |
Specifies model Id to use. |
PageNumber |
Specifies the page number. Used for paging. Valid page numbers start with 1 |
PageSize |
Specifies the page size. Used for paging. The size of each batch in a page. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |