Class PropertyNoteDetails
Represents the details of a property note.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.PropertyNote
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class PropertyNoteDetails
Properties
View SourceCreatedBy
Gets or sets the name of the user who created the note.
Declaration
public string CreatedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreatedOn
Gets or sets the date and time when the note was created.
Declaration
public DateTimeOffset CreatedOn { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
Id
Gets or sets the ID of the property note.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Note
Gets or sets the content of the note.
Declaration
public string? Note { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyId
Gets or sets the ID of the property associated with the note.
Declaration
public int PropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ShowNoteToApplicant
Gets or sets a value indicating whether the note should be shown to the applicant.
Declaration
public bool ShowNoteToApplicant { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ShowNoteToVendor
Gets or sets a value indicating whether the note should be shown to the vendor.
Declaration
public bool ShowNoteToVendor { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Type
Gets or sets the type of the note.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |