EntityStagingGetCriteria Class

Definition

Represents the criteria that determine the behavior of the EntityStagingGet service call.

public ref class EntityStagingGetCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityStagingGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingGetCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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

Constructors

EntityStagingGetCriteria()

Initializes a new instance of the EntityStagingGetCriteria class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
IncludeClearedBatches

Gets or sets whether “cleared batches” also be returned in the results.

ModelId

Gets or sets the model ID to use.

PageNumber

Gets or sets the page number.

PageSize

Gets or sets the page size.

Applies to