Inheritance
CommentingViewComponent.CommentingViewModel
Assembly: Volo.CmsKit.Public.Web.dll
public class CommentingViewComponent.CommentingViewModel
Constructors
Declaration
public CommentingViewModel()
Properties
Declaration
[Required]
[StringLength(100, MinimumLength = 1)]
public string Captcha { get; set; }
Property Value
Declaration
public string CaptchaImageBase64 { get; set; }
Property Value
Declaration
public IReadOnlyList<CommentWithDetailsDto> Comments { get; set; }
Property Value
Declaration
public string EntityId { get; set; }
Property Value
Declaration
public string EntityType { get; set; }
Property Value
Declaration
public bool IsReadOnly { get; set; }
Property Value
Declaration
public string LoginUrl { get; set; }
Property Value
Declaration
public Dictionary<Guid, string> RawCommentTexts { get; set; }
Property Value
Declaration
public IEnumerable<string> ReferralLinks { get; set; }
Property Value
Extension Methods