Class CreateFaqQuestionDto
Inheritance
CreateFaqQuestionDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class CreateFaqQuestionDto
Constructors
CreateFaqQuestionDto()
Declaration
public CreateFaqQuestionDto()
Properties
Order
Declaration
public int Order { get; set; }
Property Value
SectionId
Declaration
[Required]
public Guid SectionId { get; set; }
Property Value
Text
Declaration
[Required]
[DynamicMaxLength(typeof(FaqQuestionConst), "MaxTextLength")]
public string Text { get; set; }
Property Value
Title
Declaration
[Required]
[DynamicMaxLength(typeof(FaqQuestionConst), "MaxTitleLength")]
public string Title { get; set; }
Property Value
Extension Methods