EntityStagingGetCriteria 类

定义

表示用于确定 EntityStagingGet 服务调用的行为的条件。

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
继承
EntityStagingGetCriteria
属性

构造函数

EntityStagingGetCriteria()

初始化 EntityStagingGetCriteria 类的新实例。

属性

ExtensionData

获取或设置包含额外数据的结构。

(继承自 DataContractBase)
IncludeClearedBatches

获取或设置在结果中是否也返回“已清除的批处理”。

ModelId

获取或设置要使用的模型 ID。

PageNumber

获取或设置页码。

PageSize

获取或设置页大小。

适用于