Table of Contents

Class RestPagingMetadata

Namespace
Songhay.Models
Assembly
SonghayCore.dll

REST Paging Metadata

public class RestPagingMetadata
Inheritance
RestPagingMetadata
Inherited Members
Extension Methods

Properties

EndPosition

Gets or sets the end position.

public int EndPosition { get; set; }

Property Value

int

FromDate

Gets or sets from date.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

NextUri

Gets or sets the next URI.

public string? NextUri { get; set; }

Property Value

string

PreviousUri

Gets or sets the previous URI.

public string? PreviousUri { get; set; }

Property Value

string

ResultSetSize

Gets or sets the size of the result set.

public int ResultSetSize { get; set; }

Property Value

int

StartPosition

Gets or sets the start position.

public int StartPosition { get; set; }

Property Value

int

ToDate

Gets or sets to date.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

TotalSetSize

Gets or sets the total size of the set.

public int TotalSetSize { get; set; }

Property Value

int

Methods

ToShallowCopy()

Returns the shallow copy from MemberwiseClone().

public RestPagingMetadata? ToShallowCopy()

Returns

RestPagingMetadata

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.