Table of Contents

Class FaqController.UpdateFaqArticleRequest

Namespace
KadicErp.WebApi.Controllers.Helpdesk
Assembly
KadicErp.WebApi.dll
public sealed record FaqController.UpdateFaqArticleRequest
Inheritance
object
FaqController.UpdateFaqArticleRequest

Constructors

UpdateFaqArticleRequest(int?, string, string, int, bool)

public UpdateFaqArticleRequest(int? CategoryId, string Question, string Answer, int SortOrder, bool IsPublished)

Parameters

CategoryId int?
Question string
Answer string
SortOrder int
IsPublished bool

Properties

Answer

public string Answer { get; init; }

Property Value

string

CategoryId

public int? CategoryId { get; init; }

Property Value

int?

IsPublished

public bool IsPublished { get; init; }

Property Value

bool

Question

public string Question { get; init; }

Property Value

string

SortOrder

public int SortOrder { get; init; }

Property Value

int