Class RatingWithStarCountQueryResultItem
Inheritance
System.Object
RatingWithStarCountQueryResultItem
Namespace: Volo.CmsKit.Ratings
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class RatingWithStarCountQueryResultItem : object
Properties
Count
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
StarCount
Declaration
public short StarCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |