Class UpdateFormDto
Inheritance
UpdateFormDto
Assembly: Volo.Forms.Application.Contracts.dll
public class UpdateFormDto : IHasConcurrencyStamp
Constructors
Declaration
Properties
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(FormConsts), "MaxDescriptionLength", null)]
public string Description { get; set; }
Property Value
Declaration
[Required]
[DynamicStringLength(typeof(FormConsts), "MaxTitleLength", null)]
public string Title { get; set; }
Property Value
Implements
Extension Methods