Class UserAndCalories
Inheritance
System.Object
UserAndCalories
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class UserAndCalories : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
UserAndCalories()
Declaration
Properties
CaloriePercent
Declaration
public float CaloriePercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
Calories
Declaration
public float Calories { get; set; }
Property Value
Type |
Description |
System.Single |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
EducationPercent
Declaration
public float EducationPercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
User
Declaration
public User User { get; set; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods