Models the result of a listing operation.
Default constructor
public Void ListingResult()
Items.
public IEnumerable<T> Items { get; set; }
Total number of ítems.
public Int32 TotalItems { get; set; }
Total number of filtered items.
public Int32 TotalItemsFiltered { get; set; }
In this document