Show / Hide Table of Contents

Class RatingSummary

Inheritance
System.Object
RatingSummary
Namespace: Eco.ModKit.Internal
Assembly: Eco.ModKit.dll
Syntax
public class RatingSummary : Object

Constructors

RatingSummary()

Declaration
public RatingSummary()

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
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾