Show / Hide Table of Contents

Class CreateFormDto

Inheritance
object
CreateFormDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by Volosoft