MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.SoldListingResults Class Reference

Public Attributes

bool FinalPage
 If there is another page of Listing objects available, this will be false. If you are receiving the final page of Listing objects for the query, FinalPage will be true. More...
 
string LastMoxiWorksID => Listings.Any() ? Listings.Last().MoxiWorksListingId : null
 MoxiWorksID of the last listing returned More...
 

Properties

List< ListingListings = new List<Listing>() [get, set]
 This is the payload object for the query. Any Listing object that matches the request query will be returned here. More...
 

Member Data Documentation

◆ FinalPage

bool MoxiWorks.Platform.SoldListingResults.FinalPage

If there is another page of Listing objects available, this will be false. If you are receiving the final page of Listing objects for the query, FinalPage will be true.

◆ LastMoxiWorksID

string MoxiWorks.Platform.SoldListingResults.LastMoxiWorksID => Listings.Any() ? Listings.Last().MoxiWorksListingId : null

MoxiWorksID of the last listing returned

Property Documentation

◆ Listings

List<Listing> MoxiWorks.Platform.SoldListingResults.Listings = new List<Listing>()
getset

This is the payload object for the query. Any Listing object that matches the request query will be returned here.


The documentation for this class was generated from the following file: