Class ViewingDetails
Represents the details of a viewing.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Viewing
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class ViewingDetails
Properties
View SourceCancelled
Gets or sets a value indicating whether the viewing is cancelled.
Declaration
public bool Cancelled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
CustomerId
Gets or sets the ID of the customer associated with the viewing.
Declaration
public int CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Date
Gets or sets the date of the viewing.
Declaration
public DateTime Date { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Feedback
Gets or sets the feedback provided for the viewing.
Declaration
public string? Feedback { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
From
Gets or sets the start time of the viewing.
Declaration
public TimeSpan From { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Id
Gets or sets the ID of the viewing.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PropertyId
Gets or sets the ID of the property associated with the viewing.
Declaration
public int PropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
To
Gets or sets the end time of the viewing.
Declaration
public TimeSpan To { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |