Class RestPagingMetadata
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
FromDate
Gets or sets from date.
public DateTime? FromDate { get; set; }
Property Value
NextUri
Gets or sets the next URI.
public string? NextUri { get; set; }
Property Value
PreviousUri
Gets or sets the previous URI.
public string? PreviousUri { get; set; }
Property Value
ResultSetSize
Gets or sets the size of the result set.
public int ResultSetSize { get; set; }
Property Value
StartPosition
Gets or sets the start position.
public int StartPosition { get; set; }
Property Value
ToDate
Gets or sets to date.
public DateTime? ToDate { get; set; }
Property Value
TotalSetSize
Gets or sets the total size of the set.
public int TotalSetSize { get; set; }
Property Value
Methods
ToShallowCopy()
Returns the shallow copy from MemberwiseClone().
public RestPagingMetadata? ToShallowCopy()
Returns
ToString()
Returns a string that represents this instance.
public override string ToString()