Class ReactionWithSelectionDto
Inheritance
ReactionWithSelectionDto
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public class ReactionWithSelectionDto
Constructors
ReactionWithSelectionDto()
Declaration
public ReactionWithSelectionDto()
Properties
Count
Declaration
public int Count { get; set; }
Property Value
IsSelectedByCurrentUser
Declaration
public bool IsSelectedByCurrentUser { get; set; }
Property Value
Reaction
Declaration
public ReactionDto Reaction { get; set; }
Property Value
Extension Methods