Class PagedResult<TPageType, TPagedRecord>
A result that is part of a series of pages.
Inheritance
System.Object
PagedResult<TPageType, TPagedRecord>
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public abstract class PagedResult<TPageType, TPagedRecord> : IPagedResult
Type Parameters
Name | Description |
---|---|
TPageType | |
TPagedRecord |
Remarks
Properties
View SourceNextPage
A link to the next page of results.
Declaration
public ApiLink<TPageType> NextPage { get; set; }
Property Type:
ApiLink<TPageType>
View Source
Results
The results that are inside this page.
Declaration
public List<TPagedRecord> Results { get; set; }
Property Type:
System.Collections.Generic.List<TPagedRecord>
Explicit Interface Implementations
View SourceIPagedResult.NextPage
Declaration
Uri IPagedResult.NextPage { get; set; }
Returns
Type | Description |
---|---|
System.Uri |