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

Collection of Offices returned from a search. More...

Properties

int PageNumber = 1 [get, set]
 For queries with multi-page responses, use the page_number parameter to return data for specific pages. Data for page 1 is returned if this parameter is not included. More...
 
int TotalPages = 1 [get, set]
 Use this parameter if total_pages indicates that there is more than one page of data available. More...
 
List< OfficeOffices = new List<Office>() [get, set]
 List of a brockerages offices More...
 

Detailed Description

Collection of Offices returned from a search.

Property Documentation

◆ Offices

List<Office> MoxiWorks.Platform.OfficeResults.Offices = new List<Office>()
getset

List of a brockerages offices

◆ PageNumber

int MoxiWorks.Platform.OfficeResults.PageNumber = 1
getset

For queries with multi-page responses, use the page_number parameter to return data for specific pages. Data for page 1 is returned if this parameter is not included.

◆ TotalPages

int MoxiWorks.Platform.OfficeResults.TotalPages = 1
getset

Use this parameter if total_pages indicates that there is more than one page of data available.


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