Table of Contents

Class PostArchivalRequestDto

Namespace
GastroSky.Models.DTO.Post
Assembly
GastroSky.Models.dll

Request DTO for the archival of a GastroSky.Models.DTO.Post.

public sealed class PostArchivalRequestDto
Inheritance
PostArchivalRequestDto
Inherited Members

Properties

Archive

Should the GastroSky.Models.DTO.Post be archived or unarchived?

public bool Archive { get; set; }

Property Value

bool

Slug

Post.Slug.

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

Property Value

string