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