Class RatingWithStarCountDto
Inheritance
System.Object
RatingWithStarCountDto
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public class RatingWithStarCountDto : 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 |
|
StarCount
Declaration
public short StarCount { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Extension Methods