Inheritance
CreateCommentWithParametersInput
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
public class CreateCommentWithParametersInput
Constructors
Declaration
public CreateCommentWithParametersInput()
Properties
Declaration
public int CaptchaAnswer { get; set; }
Property Value
Declaration
public Guid? CaptchaToken { get; set; }
Property Value
Declaration
[Required]
public string EntityId { get; set; }
Property Value
Declaration
[Required]
public string EntityType { get; set; }
Property Value
Declaration
[Required]
public string IdempotencyToken { get; set; }
Property Value
Declaration
public Guid? RepliedCommentId { get; set; }
Property Value
Declaration
[Required]
[DynamicStringLength(typeof(CommentConsts), "MaxTextLength", null)]
public string Text { get; set; }
Property Value
Declaration
public string Url { get; set; }
Property Value
Extension Methods