Class UpdateFaqQuestionDto
Inheritance
UpdateFaqQuestionDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class UpdateFaqQuestionDto
Constructors
UpdateFaqQuestionDto()
Declaration
public UpdateFaqQuestionDto()
Properties
Order
Declaration
public int Order { 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