Table of Contents

Class PagingHandler.PagingRange

Namespace
Dynamicweb.Modules.Common
Assembly
Dynamicweb.dll
public class PagingHandler.PagingRange : IEnumerable<int>, IEnumerable
Inheritance
PagingHandler.PagingRange
Implements
Inherited Members
Extension Methods

Properties

Max

public int Max { get; set; }

Property Value

int

Min

public int Min { get; set; }

Property Value

int

Methods

GetEnumerator()

public IEnumerator<int> GetEnumerator()

Returns

IEnumerator<int>
To top