The PagerUtility type exposes the following members.

Constructors

  Name Description
Public method PagerUtility
Initializes a new instance of the PagerUtility class

Methods

  Name Description
Public method Static member BindPager(Pager, PagerUtility..::..PagerAction, Control, Object, Int32)
Binds a pager to the control.
Public method Static member BindPager(Pager, PagerUtility..::..PagerAction, Control, Object, Int32, Control)
Binds a pager to the control. Shows a warning when the control contains no records.
Public method Static member ExecutePagerTemplateInit
Initialize pager template and query string.
Public method Static member GetPageNo
Wrapper for the query string parameter that holds a page number
Public method Static member GetPagerSufix
Creates a short hash of the value passed in as a parameter,
Public method Static member SetCustomQueryStringName(BasePart, Pager, String)
Sets a custom query string name for a pager. Used in scenarios when there are multiple pagers on the page and each has to have it's own query string parameter instead of the default PageNo. Uses default template from the templates folder for better SEO optimization.
Public method Static member SetCustomQueryStringName(BasePart, Pager, String, String)
Sets a custom query string name for a pager. Used in scenarios when there are multiple pagers on the page and each has to have it's own query string parameter instead of the default PageNo. Pager template name is configurable.
Public method Static member SetCustomQueryStringName<(Of <<'(T>)>>)(BasePart, Pager, UrlParam<(Of <<'(T>)>>))
Sets a custom query string name for a pager, generic version. Used in scenarios when there are multiple pagers on the page and each has to have it's own query string parameter instead of the default PageNo. Uses default pager template.
Public method Static member SetCustomQueryStringName<(Of <<'(T>)>>)(BasePart, Pager, UrlParam<(Of <<'(T>)>>), String)
Sets a custom query string name for a pager, generic version. Used in scenarios when there are multiple pagers on the page and each has to have it's own query string parameter instead of the default PageNo. Pager template name is configurable.
Public method Static member SetPagerTemplate
Sets a pager template.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Public field Static member SEOPagerTemplateName
SEO pager template name.

See Also