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 |
Gets or sets the paged result set.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Is |
bool |
Determines whether the specified type
can be assigned to
System.Runtime.Serialization.ISerializable .
From NullableExtensions
|
ToObjectOrDbNull |
object |
Boxes the nullable in
object
or returns DBNull .
From NullableExtensions
|
To |
T |
Returns the non-null value of the specified, nullable reference type
or throws an
ArgumentNullException
when the value is null.
From NullableExtensions
|