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