Inheritance
UpdateCommentInput
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
public class UpdateCommentInput : ExtensibleObject, IHasExtraProperties, IValidatableObject, IHasConcurrencyStamp
Constructors
Declaration
public UpdateCommentInput()
Properties
Declaration
public int CaptchaAnswer { get; set; }
Property Value
Declaration
public Guid? CaptchaToken { get; set; }
Property Value
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Declaration
[Required]
[DynamicStringLength(typeof(CommentConsts), "MaxTextLength", null)]
public string Text { get; set; }
Property Value
Implements
Extension Methods