ResultsSetT Class

Class that contains the properties of a data result set.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public class ResultsSet<T>
where T : class
Inheritance
Object    ResultsSetT

Type Parameters

T
Generic class or interface.

Constructors

ResultsSetTDefault constructor for Json serialization.
ResultsSetT(NullableInt32)Initializes a new instance of the ResultsSet class.

Properties

MaxGets the maximum numbers of results to return.
NextGets or sets the next start position.
PreviousGets or sets the previous start position.
ResultsGets or sets the results collection.
TotalGets or sets the total count of the results.

See Also