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
[StringLength(512)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Declaration
[Required]
[StringLength(128)]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |