MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.ListingBase Class Reference
Inheritance diagram for MoxiWorks.Platform.ListingBase:
MoxiWorks.Platform.Listing MoxiWorks.Platform.SoldListing

Properties

float LotSizeAcres [get, set]
 This is the property size of the listing land in acres. If no data is available for this attribute, it will be null. More...
 
int BathroomsFull [get, set]
 This is the number of full bathrooms in the property. If no data is available for this attribute, it will be null. More...
 
int BathroomsHalf [get, set]
 This is the number of half bathrooms in the property. If no data is available for this attribute, it will be null. More...
 
int BathroomsOneQuarter [get, set]
 This is the number of quarter-sized bathrooms in the property. If no data is available for this attribute, it will be null. More...
 
int BathroomsPartial [get, set]
 This is the number of partial bathrooms in the property. If no data is available for this attribute, it will be null. More...
 
int BathroomsThreeQuarter [get, set]
 This is the number of three-quarter bathrooms in the property. If no data is available for this attribute, it will be null. More...
 
int BathroomsTotalInteger [get, set]
 This is the number of rooms that are bathrooms in the property. This is not a summary count of bathrooms by size. If no data is available for this attribute, it will be null. More...
 
float BathroomsTotal [get, set]
 This is the summary count of bathrooms in the property. This will be the number of quarter-bathrooms plus half-bathrooms plus three-quarter bathrooms plus full bathrooms. If no data is available for this attribute, it will be null. More...
 
int BedroomsTotal [get, set]
 This is the number of bedrooms in the property. If no data is available for this attribute, it will be null. More...
 
string PublicRemarks [get, set]
 These are human-readable notes about the property generated by the property agent. If no data is available for this attribute, it will be null. More...
 
string ModificationTimestamp [get, set]
 This is a string representing a date on which the listing data was last updated. The string format is MM/DD/YYYY. If no data is available for this attribute, it will be null. More...
 
bool InternetAddressDisplayYN [get, set]
 This denotes whether the property should be displayed on a public facing website. If no data is available for this attribute, it will be null. More...
 
int DaysOnMarket [get, set]
 The number of days the listing has been on market. More...
 
string CreatedDate [get, set]
 This is a string representing a date on which the Listing object was created. The string format is MM/DD/YYYY. More...
 
string ElementarySchool [get, set]
 The elementary school for the property. More...
 
int GarageSpaces [get, set]
 The number of garage spaces that are available at the property. More...
 
bool WaterfrontYN [get, set]
 Whether the property is waterfront. More...
 
string HighSchool [get, set]
 The high school for the property. More...
 
int AssociationFee [get, set]
 The home owner’s association fee for the property. More...
 
string ListOfficeName [get, set]
 The name of the listing office. More...
 
int ListPrice [get, set]
 The listed price for the listing. More...
 
string ListAgentFullName [get, set]
 The name of the listing agent. More...
 
string ListAgentUUID [get, set]
 A unique identifier for the listing agent. This will correspond to the uuid field of an Agent. More...
 
string SecondaryListAgentFullName [get, set]
 If there is a second listing agent, the name of the second listing agent. More...
 
string SecondaryListAgentUUID [get, set]
 If there is a second listing agent, the unique identifier for the second listing agent. This will correspond to the uuid field of an Agent. More...
 
string Address [get, set]
 The street address of the property. More...
 
string Address2 [get, set]
 Additional street address information, for example, suite number. More...
 
string City [get, set]
 City or township the property is located in. More...
 
string CountyOrParish [get, set]
 Contry or parish the property is located in. More...
 
string Latitude [get, set]
 
string Longitude [get, set]
 
string StateOrProvince [get, set]
 Whether to display information about this listing publicly. If this is false, then the information about this listing should not be visible to the Internet. More...
 
string PostalCode [get, set]
 The zip code or postal code the property is located in. More...
 
string LotSizeSquareFeet [get, set]
 Total area of the lot. More...
 
bool InternetEntireListingDisplayYN [get, set]
 Whether to display information about this listing publicly. If this is false, then the information about this listing should not be visible to the Internet. More...
 
string MiddleOrJuniorSchool [get, set]
 The middle school for the property. More...
 
string ListOfficeAOR [get, set]
 The name of the MLS which this listing is listed with. More...
 
bool PoolYN [get, set]
 Whether the property has a pool. More...
 
string PropertyType [get, set]
 The type of property being listed. This can be one of Residential, Condo-Coop, Townhouse, Land, Multifamily More...
 
int TaxAnnualAmount [get, set]
 The total annual property tax. More...
 
int TaxYear [get, set]
 The tax year that the property tax in TaxAnnualAmount was assessed. More...
 
bool SingleStory [get, set]
 Whether the building has one story or is multi-story. More...
 
int LivingArea [get, set]
 Total square footage of the building(s) on the property. More...
 
string Title [get, set]
 A short description of the property. More...
 
bool ViewYN [get, set]
 Whether the property has a view. More...
 
int YearBuilt [get, set]
 The year the living building(s) on the property were built. More...
 
bool OnMarket [get, set]
 Whether the listing is currently on-market. More...
 
string Status [get, set]
 Detailed status of the listing; whether it’s active pending More...
 
string MoxiWorksListingId [get, set]
 The unique Identifier for the listing in The Moxi Works Platform. More...
 
List< PropertyFeaturesPropertyFeatures [get, set]
 Any defined features about the property. More...
 
List< ListingImageLisingImages [get, set]
 Any images of the property. More...
 
string ListAgentMoxiWorksOfficeID [get, set]
 ID of listing agent office More...
 
bool AgentCreatedListing [get, set]
 Whether the agent created this listing. More...
 
string VirtualTourURL [get, set]
 Virtual tour URL for this listing. More...
 

Property Documentation

◆ Address

string MoxiWorks.Platform.ListingBase.Address
getset

The street address of the property.

◆ Address2

string MoxiWorks.Platform.ListingBase.Address2
getset

Additional street address information, for example, suite number.

◆ AgentCreatedListing

bool MoxiWorks.Platform.ListingBase.AgentCreatedListing
getset

Whether the agent created this listing.

◆ AssociationFee

int MoxiWorks.Platform.ListingBase.AssociationFee
getset

The home owner’s association fee for the property.

◆ BathroomsFull

int MoxiWorks.Platform.ListingBase.BathroomsFull
getset

This is the number of full bathrooms in the property. If no data is available for this attribute, it will be null.

◆ BathroomsHalf

int MoxiWorks.Platform.ListingBase.BathroomsHalf
getset

This is the number of half bathrooms in the property. If no data is available for this attribute, it will be null.

◆ BathroomsOneQuarter

int MoxiWorks.Platform.ListingBase.BathroomsOneQuarter
getset

This is the number of quarter-sized bathrooms in the property. If no data is available for this attribute, it will be null.

◆ BathroomsPartial

int MoxiWorks.Platform.ListingBase.BathroomsPartial
getset

This is the number of partial bathrooms in the property. If no data is available for this attribute, it will be null.

◆ BathroomsThreeQuarter

int MoxiWorks.Platform.ListingBase.BathroomsThreeQuarter
getset

This is the number of three-quarter bathrooms in the property. If no data is available for this attribute, it will be null.

◆ BathroomsTotal

float MoxiWorks.Platform.ListingBase.BathroomsTotal
getset

This is the summary count of bathrooms in the property. This will be the number of quarter-bathrooms plus half-bathrooms plus three-quarter bathrooms plus full bathrooms. If no data is available for this attribute, it will be null.

◆ BathroomsTotalInteger

int MoxiWorks.Platform.ListingBase.BathroomsTotalInteger
getset

This is the number of rooms that are bathrooms in the property. This is not a summary count of bathrooms by size. If no data is available for this attribute, it will be null.

◆ BedroomsTotal

int MoxiWorks.Platform.ListingBase.BedroomsTotal
getset

This is the number of bedrooms in the property. If no data is available for this attribute, it will be null.

◆ City

string MoxiWorks.Platform.ListingBase.City
getset

City or township the property is located in.

◆ CountyOrParish

string MoxiWorks.Platform.ListingBase.CountyOrParish
getset

Contry or parish the property is located in.

◆ CreatedDate

string MoxiWorks.Platform.ListingBase.CreatedDate
getset

This is a string representing a date on which the Listing object was created. The string format is MM/DD/YYYY.

◆ DaysOnMarket

int MoxiWorks.Platform.ListingBase.DaysOnMarket
getset

The number of days the listing has been on market.

◆ ElementarySchool

string MoxiWorks.Platform.ListingBase.ElementarySchool
getset

The elementary school for the property.

◆ GarageSpaces

int MoxiWorks.Platform.ListingBase.GarageSpaces
getset

The number of garage spaces that are available at the property.

◆ HighSchool

string MoxiWorks.Platform.ListingBase.HighSchool
getset

The high school for the property.

◆ InternetAddressDisplayYN

bool MoxiWorks.Platform.ListingBase.InternetAddressDisplayYN
getset

This denotes whether the property should be displayed on a public facing website. If no data is available for this attribute, it will be null.

◆ InternetEntireListingDisplayYN

bool MoxiWorks.Platform.ListingBase.InternetEntireListingDisplayYN
getset

Whether to display information about this listing publicly. If this is false, then the information about this listing should not be visible to the Internet.

◆ LisingImages

List<ListingImage> MoxiWorks.Platform.ListingBase.LisingImages
getset

Any images of the property.

◆ ListAgentFullName

string MoxiWorks.Platform.ListingBase.ListAgentFullName
getset

The name of the listing agent.

◆ ListAgentMoxiWorksOfficeID

string MoxiWorks.Platform.ListingBase.ListAgentMoxiWorksOfficeID
getset

ID of listing agent office

◆ ListAgentUUID

string MoxiWorks.Platform.ListingBase.ListAgentUUID
getset

A unique identifier for the listing agent. This will correspond to the uuid field of an Agent.

◆ ListOfficeAOR

string MoxiWorks.Platform.ListingBase.ListOfficeAOR
getset

The name of the MLS which this listing is listed with.

◆ ListOfficeName

string MoxiWorks.Platform.ListingBase.ListOfficeName
getset

The name of the listing office.

◆ ListPrice

int MoxiWorks.Platform.ListingBase.ListPrice
getset

The listed price for the listing.

◆ LivingArea

int MoxiWorks.Platform.ListingBase.LivingArea
getset

Total square footage of the building(s) on the property.

◆ LotSizeAcres

float MoxiWorks.Platform.ListingBase.LotSizeAcres
getset

This is the property size of the listing land in acres. If no data is available for this attribute, it will be null.

◆ LotSizeSquareFeet

string MoxiWorks.Platform.ListingBase.LotSizeSquareFeet
getset

Total area of the lot.

◆ MiddleOrJuniorSchool

string MoxiWorks.Platform.ListingBase.MiddleOrJuniorSchool
getset

The middle school for the property.

◆ ModificationTimestamp

string MoxiWorks.Platform.ListingBase.ModificationTimestamp
getset

This is a string representing a date on which the listing data was last updated. The string format is MM/DD/YYYY. If no data is available for this attribute, it will be null.

◆ MoxiWorksListingId

string MoxiWorks.Platform.ListingBase.MoxiWorksListingId
getset

The unique Identifier for the listing in The Moxi Works Platform.

◆ OnMarket

bool MoxiWorks.Platform.ListingBase.OnMarket
getset

Whether the listing is currently on-market.

◆ PoolYN

bool MoxiWorks.Platform.ListingBase.PoolYN
getset

Whether the property has a pool.

◆ PostalCode

string MoxiWorks.Platform.ListingBase.PostalCode
getset

The zip code or postal code the property is located in.

◆ PropertyFeatures

List<PropertyFeatures> MoxiWorks.Platform.ListingBase.PropertyFeatures
getset

Any defined features about the property.

◆ PropertyType

string MoxiWorks.Platform.ListingBase.PropertyType
getset

The type of property being listed. This can be one of Residential, Condo-Coop, Townhouse, Land, Multifamily

◆ PublicRemarks

string MoxiWorks.Platform.ListingBase.PublicRemarks
getset

These are human-readable notes about the property generated by the property agent. If no data is available for this attribute, it will be null.

◆ SecondaryListAgentFullName

string MoxiWorks.Platform.ListingBase.SecondaryListAgentFullName
getset

If there is a second listing agent, the name of the second listing agent.

◆ SecondaryListAgentUUID

string MoxiWorks.Platform.ListingBase.SecondaryListAgentUUID
getset

If there is a second listing agent, the unique identifier for the second listing agent. This will correspond to the uuid field of an Agent.

◆ SingleStory

bool MoxiWorks.Platform.ListingBase.SingleStory
getset

Whether the building has one story or is multi-story.

◆ StateOrProvince

string MoxiWorks.Platform.ListingBase.StateOrProvince
getset

Whether to display information about this listing publicly. If this is false, then the information about this listing should not be visible to the Internet.

◆ Status

string MoxiWorks.Platform.ListingBase.Status
getset

Detailed status of the listing; whether it’s active pending

◆ TaxAnnualAmount

int MoxiWorks.Platform.ListingBase.TaxAnnualAmount
getset

The total annual property tax.

◆ TaxYear

int MoxiWorks.Platform.ListingBase.TaxYear
getset

The tax year that the property tax in TaxAnnualAmount was assessed.

◆ Title

string MoxiWorks.Platform.ListingBase.Title
getset

A short description of the property.

◆ ViewYN

bool MoxiWorks.Platform.ListingBase.ViewYN
getset

Whether the property has a view.

◆ VirtualTourURL

string MoxiWorks.Platform.ListingBase.VirtualTourURL
getset

Virtual tour URL for this listing.

◆ WaterfrontYN

bool MoxiWorks.Platform.ListingBase.WaterfrontYN
getset

Whether the property is waterfront.

◆ YearBuilt

int MoxiWorks.Platform.ListingBase.YearBuilt
getset

The year the living building(s) on the property were built.


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