ValueBasedPaging Class

Namespace:  Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference
Assembly:  Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(TopLevelValueBasedPaging))> _
<DataContractAttribute(Name := "ValueBasedPaging", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.Dynamics.AX.Framework.Services.QueryService")> _
Public Class ValueBasedPaging _
    Inherits ValueBasedPagingBase
'Usage
Dim instance As ValueBasedPaging
[SerializableAttribute]
[KnownTypeAttribute(typeof(TopLevelValueBasedPaging))]
[DataContractAttribute(Name = "ValueBasedPaging", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Dynamics.AX.Framework.Services.QueryService")]
public class ValueBasedPaging : ValueBasedPagingBase
[SerializableAttribute]
[KnownTypeAttribute(typeof(TopLevelValueBasedPaging))]
[DataContractAttribute(Name = L"ValueBasedPaging", Namespace = L"http://schemas.datacontract.org/2004/07/Microsoft.Dynamics.AX.Framework.Services.QueryService")]
public ref class ValueBasedPaging : public ValueBasedPagingBase

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference.Paging
    Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference.ValueBasedPagingBase
      Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference.ValueBasedPaging
        Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference.TopLevelValueBasedPaging

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference Namespace