Class PropertyDetails
Represents the details of a property.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class PropertyDetails : PropertySummary
Properties
View SourceAuction
Gets or sets the auction details specific to a property if there are any.
Declaration
public AuctionDetails? Auction { get; set; }
Property Value
| Type | Description |
|---|---|
| AuctionDetails |
Commercial
Gets or sets the details specific to a commercial property.
Declaration
public CommercialPropertyDetails? Commercial { get; set; }
Property Value
| Type | Description |
|---|---|
| CommercialPropertyDetails |
Description
Gets or sets the description of the property.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParkingType
Gets or sets the parking type of the property.
Declaration
public ParkingType ParkingType { get; set; }
Property Value
| Type | Description |
|---|---|
| ParkingType |
Price
Gets or sets the price of the property.
Declaration
public decimal Price { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
PropertyType
Gets the property type of the property.
Declaration
public ApiPropertyType PropertyType { get; }
Property Value
| Type | Description |
|---|---|
| ApiPropertyType |
Residential
Gets or sets the details specific to a residential property.
Declaration
public ResidentialPropertyDetails? Residential { get; set; }
Property Value
| Type | Description |
|---|---|
| ResidentialPropertyDetails |