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
CountryCodeISO
3-letter ISO country code.
[StringLength(3)]
public string? CountryCodeISO { get; set; }
Property Value
Location
New interested person's address location (e.g. city name).
public string? Location { get; set; }
Property Value
Message
New message to attach to the GastroSky.Models.DTO.UserPostInteraction.
public string? Message { get; set; }
Property Value
Name
New interested person's name.
[Required]
public string Name { get; set; }
Property Value
Notes
Notes about the GastroSky.Models.DTO.UserPostInteraction. Only visible to the GastroSky.Models.DTO.Post author.
public string? Notes { get; set; }
Property Value
Phone
New interested person's phone nr.
[Phone]
public string? Phone { get; set; }
Property Value
Slug
UserPostInteraction.Slug
[Required]
public string Slug { get; set; }
Property Value
Status
public UserPostInteractionStatus Status { get; set; }
Property Value
ZipCode
New interested person's ZIP-code.
public string? ZipCode { get; set; }