Class CreateFormDto
Inherited Members
Namespace: Volo.Forms.Forms
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class CreateFormDto
Constructors
CreateFormDto()
Declaration
public CreateFormDto()
Properties
Description
Declaration
[DynamicStringLength(typeof(FormConsts), "MaxDescriptionLength", null)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Declaration
[Required]
[DynamicStringLength(typeof(FormConsts), "MaxTitleLength", null)]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |