PagedResult Class
Defines a paged set of data.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["PagedResult"] class Type type-node

Syntax

public class PagedResult

Properties

Name Property Type Summary
Metadata PagedResultMeta
Gets or sets the metadata.
PagedResultSet IEnumerable<DisplayItemModel>
Gets or sets the paged result set.

Extension Methods

Name Value Summary
IsAssignableToISerializable<PagedResult>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<PagedResult>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<PagedResult>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.