Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
PageNumberFilter | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ContainsLocalizedDisplayName | Determines whether the object contains a localized display name. (Inherited from FilterBase.) |
![]() |
FilterDescriptor | Gets the filter descriptor. (Inherited from FilterBase.) |
![]() |
Item | Gets or sets the value of the PageNumberFilter item at the specified index. The index must be zero. (Overrides UserInputFilter.Item[Int32].) |
![]() |
LocalizedDisplayName | Gets the localized display name. (Inherited from FilterBase.) |
![]() |
Name | Gets the filter base name. (Inherited from FilterBase.) |
![]() |
Value | Gets or sets the value of the page number filter. The value of this property is always 1. |
![]() |
ValueCount | Gets the one value of the filter. (Overrides UserInputFilter.ValueCount.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
GetFilterValueTypeDescriptorsType | Gets the type described by the filter's TypeDescriptor. (Inherited from UserInputFilter.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetValueType | Gets the type of the filter value. The returned type is always uint. (Overrides UserInputFilter.GetValueType().) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone | (Inherited from MarshalByRefObject.) |
![]() |
ToString | (Inherited from Object.) |
Top