Click or drag to resize

PagingHandlerPagingRangePagingRangeEnumerator Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Modules.CommonPagingHandlerPagingRangePagingRangeEnumerator

Namespace:  Dynamicweb.Modules.Common
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public class PagingRangeEnumerator : IEnumerator<int>, 
	IEnumerator, IDisposable

The PagingHandlerPagingRangePagingRangeEnumerator type exposes the following members.

Constructors
  NameDescription
Public methodPagingHandlerPagingRangePagingRangeEnumerator
Initializes a new instance of the PagingHandlerPagingRangePagingRangeEnumerator class
Top
Properties
  NameDescription
Public propertyCurrent
Public propertyCurrent1
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the PagingHandlerPagingRangePagingRangeEnumerator
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PagingHandlerPagingRangePagingRangeEnumerator and optionally releases the managed resources
Public methodMoveNext
Public methodReset
Top
Explicit Interface Implementations
See Also