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