EntityStagingGetCriteria Class

Definition

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
EntityStagingGetCriteria
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to