Table of Contents

Class UserPostInteractionModificationRequestDto

Namespace
GastroSky.Models.DTO.UserPostInteraction
Assembly
GastroSky.Models.dll
public sealed class UserPostInteractionModificationRequestDto
Inheritance
UserPostInteractionModificationRequestDto
Inherited Members

Properties

Address

New interested person's address (street name + house nr.)

public string? Address { get; set; }

Property Value

string

CountryCodeISO

3-letter ISO country code.

[StringLength(3)]
public string? CountryCodeISO { get; set; }

Property Value

string

Location

New interested person's address location (e.g. city name).

public string? Location { get; set; }

Property Value

string

Message

New message to attach to the GastroSky.Models.DTO.UserPostInteraction.

public string? Message { get; set; }

Property Value

string

Name

New interested person's name.

[Required]
public string Name { get; set; }

Property Value

string

Notes

Notes about the GastroSky.Models.DTO.UserPostInteraction. Only visible to the GastroSky.Models.DTO.Post author.

public string? Notes { get; set; }

Property Value

string

Phone

New interested person's phone nr.

[Phone]
public string? Phone { get; set; }

Property Value

string

Slug

UserPostInteraction.Slug

[Required]
public string Slug { get; set; }

Property Value

string

Status

public UserPostInteractionStatus Status { get; set; }

Property Value

UserPostInteractionStatus

ZipCode

New interested person's ZIP-code.

public string? ZipCode { get; set; }

Property Value

string