Paging Class

Namespace:  Microsoft.Dynamics.AX.Framework.Services.QueryService
Assembly:  Microsoft.Dynamics.AX.Services.Metadata (in Microsoft.Dynamics.AX.Services.Metadata.dll)

Syntax

'Declaration
<KnownTypeAttribute(GetType(AdvancedValueBasedPaging))> _
<DataContractAttribute> _
<KnownTypeAttribute(GetType(TopLevelValueBasedPaging))> _
<KnownTypeAttribute(GetType(PositionBasedPaging))> _
<KnownTypeAttribute(GetType(ValueBasedPaging))> _
Public MustInherit Class Paging
'Usage
Dim instance As Paging
[KnownTypeAttribute(typeof(AdvancedValueBasedPaging))]
[DataContractAttribute]
[KnownTypeAttribute(typeof(TopLevelValueBasedPaging))]
[KnownTypeAttribute(typeof(PositionBasedPaging))]
[KnownTypeAttribute(typeof(ValueBasedPaging))]
public abstract class Paging
[KnownTypeAttribute(typeof(AdvancedValueBasedPaging))]
[DataContractAttribute]
[KnownTypeAttribute(typeof(TopLevelValueBasedPaging))]
[KnownTypeAttribute(typeof(PositionBasedPaging))]
[KnownTypeAttribute(typeof(ValueBasedPaging))]
public ref class Paging abstract

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.AX.Framework.Services.QueryService.Paging
    Microsoft.Dynamics.AX.Framework.Services.QueryService.PositionBasedPaging
    Microsoft.Dynamics.AX.Framework.Services.QueryService.ValueBasedPagingBase

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.Services.QueryService Namespace