Class RatingSummary
Inheritance
System.Object
RatingSummary
Assembly: Eco.ModKit.dll
Syntax
public class RatingSummary : Object
Constructors
RatingSummary()
Declaration
Properties
display_text
Declaration
public string display_text { get; set; }
Property Value
Type |
Description |
System.String |
|
negative_ratings
Declaration
public int negative_ratings { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
percentage_positive
Declaration
public int percentage_positive { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
positive_ratings
Declaration
public int positive_ratings { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
total_rating
Declaration
public int total_rating { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
weighted_aggregate
Declaration
public float weighted_aggregate { get; set; }
Property Value
Type |
Description |
System.Single |
|