Class ResidentialPropertyDetails
Represents the specific details of a residential property.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class ResidentialPropertyDetails
Properties
View SourceCentralHeatingType
Gets or sets the central heating type of the residential property.
Declaration
public CentralHeatingType CentralHeatingType { get; set; }
Property Value
| Type | Description |
|---|---|
| CentralHeatingType |
NumberOfBathrooms
Gets or sets the number of bathrooms in the residential property.
Declaration
public int NumberOfBathrooms { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
NumberOfBedrooms
Gets or sets the number of bedrooms in the residential property.
Declaration
public int NumberOfBedrooms { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
NumberOfReceptions
Gets or sets the number of reception rooms in the residential property.
Declaration
public int NumberOfReceptions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PropertyType
Gets or sets the property type of the residential property.
Declaration
public ResidentialPropertyType PropertyType { get; set; }
Property Value
| Type | Description |
|---|---|
| ResidentialPropertyType |