Class RatingViewModel
Inheritance
RatingViewModel
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
public class RatingViewModel
Constructors
RatingViewModel()
Declaration
Properties
CurrentRating
Declaration
public short? CurrentRating { get; set; }
Property Value
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityType
Declaration
public string EntityType { get; set; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
LoginUrl
Declaration
public string LoginUrl { get; set; }
Property Value
Ratings
Declaration
public List<RatingWithStarCountDto> Ratings { get; set; }
Property Value
TotalRating
Declaration
public int TotalRating { get; set; }
Property Value
Extension Methods