Show / Hide Table of Contents

Class UpdateFormDto

Inheritance
object
UpdateFormDto
Implements
IHasConcurrencyStamp
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 UpdateFormDto : IHasConcurrencyStamp

Constructors

UpdateFormDto()

Declaration
public UpdateFormDto()

Properties

ConcurrencyStamp

Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type Description
string

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

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft