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

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.AdvancedValueBasedPaging
      Microsoft.Dynamics.AX.Framework.Workflow.Model.AxQueryServiceReference.ValueBasedPaging

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