Class CreateFaqSectionDto
Inheritance
CreateFaqSectionDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class CreateFaqSectionDto
Constructors
CreateFaqSectionDto()
Declaration
public CreateFaqSectionDto()
Properties
GroupName
Declaration
[Required]
[DynamicMaxLength(typeof(FaqSectionConst), "MaxGroupNameLength")]
public string GroupName { get; set; }
Property Value
Name
Declaration
[Required]
[DynamicMaxLength(typeof(FaqSectionConst), "MaxNameLength")]
public string Name { get; set; }
Property Value
Order
Declaration
public int Order { get; set; }
Property Value
Extension Methods