Class PropertySummary
Represents the summary of a property.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class PropertySummary
Properties
View SourceAddress
Gets or sets the address of the property.
Declaration
public PropertyAddress Address { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyAddress |
BranchId
The Branch Id of the property.
Declaration
public int BranchId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Id
Gets or sets the ID of the property.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LastUpdated
Gets or sets the last updated date of the property.
Declaration
public DateTimeOffset LastUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
Status
Gets or sets the property status.
Declaration
public PropertyStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyStatus |