Class ReactionWithSelectionDto
Inheritance
System.Object
ReactionWithSelectionDto
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public class ReactionWithSelectionDto : object
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsSelectedByCurrentUser
Declaration
public bool IsSelectedByCurrentUser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Reaction
Declaration
public ReactionDto Reaction { get; set; }
Property Value
Extension Methods