Class PageContext<TObject>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
Parameters associated with the page operation.
Type Parameters
TObjectThe type of object.
- Inheritance
-
PageContext<TObject>
- Implements
-
IEquatable<Page
Context <TObject>>
- Extension Methods
Constructors
PageContext(IPageResponse, IComparer<TObject>, SortAndPageOptions)
Parameters associated with the page operation.
Parameters
ResponseIPageResponse Response parameters.
ComparerIComparer<TObject>The comparer used to order the items.
OptionsSortAnd Page Options The options used to perform virtualization.
PageContext(PageContext<TObject>)
Parameters
originalPageContext <TObject>
Properties
Comparer
The comparer used to order the items.
Property Value
- IComparer<TObject>
EqualityContract
Property Value
Options
The options used to perform virtualization.
Property Value
Response
Response parameters.
Property Value
Methods
Deconstruct(out IPageResponse, out IComparer<TObject>, out SortAndPageOptions)
public void Deconstruct(out IPageResponse Response, out IComparer<TObject> Comparer, out SortAndPageOptions Options)
Parameters
ResponseIPageResponse ComparerIComparer<TObject>OptionsSortAnd Page Options
Equals(PageContext<TObject>?)
Parameters
otherPageContext <TObject>
Returns
Equals(object?)
Parameters
objobject
Returns
GetHashCode()
Returns
PrintMembers(StringBuilder)
Parameters
builderStringBuilder
Returns
ToString()
Returns
Operators
operator ==(PageContext<TObject>?, PageContext<TObject>?)
Parameters
leftPageContext <TObject>rightPageContext <TObject>
Returns
operator !=(PageContext<TObject>?, PageContext<TObject>?)
Parameters
leftPageContext <TObject>rightPageContext <TObject>