PageNumberFilter members

Include protected members
Include inherited members

A user input filter that enables pagination to be provided by the external system.

The PageNumberFilter type exposes the following members.

Constructors

  Name Description
Public method PageNumberFilter This member is reserved for internal use and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property ContainsLocalizedDisplayName Determines whether the object contains a localized display name. (Inherited from FilterBase.)
Public property FilterDescriptor Gets the filter descriptor. (Inherited from FilterBase.)
Public property Item Gets or sets the value of the PageNumberFilter item at the specified index. The index must be zero. (Overrides UserInputFilter.Item[Int32].)
Public property LocalizedDisplayName Gets the localized display name. (Inherited from FilterBase.)
Public property Name Gets the filter base name. (Inherited from FilterBase.)
Public property Value Gets or sets the value of the page number filter. The value of this property is always 1.
Public property ValueCount Gets the one value of the filter. (Overrides UserInputFilter.ValueCount.)

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method GetFilterValueTypeDescriptorsType Gets the type described by the filter's TypeDescriptor. (Inherited from UserInputFilter.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetValueType Gets the type of the filter value. The returned type is always uint. (Overrides UserInputFilter.GetValueType().)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

PageNumberFilter class

Microsoft.Office.BusinessData.Runtime namespace