Click or drag to resize

PageResult Class

Represents a single result page from a data provider. This class is used only if paging is enabled on the data provider.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.DataProvidersPageResult

Namespace:  Colygon.MatchPoint.Core.DataProviders
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public sealed class PageResult : IPageInfo, 
	IEnumerable<Object>, IEnumerable

The PageResult type exposes the following members.

Constructors
  NameDescription
Public methodPageResult
Initializes a new instance of the PageResult class
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also