Class CustomStatQuery
Inheritance
System.Object
CustomStatQuery
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class CustomStatQuery : StatSum, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IValidity, IDescribable
Constructors
CustomStatQuery()
Declaration
Properties
CustomStatName
Declaration
public string CustomStatName { get; set; }
Property Value
Type |
Description |
System.String |
|
Settlement
Declaration
public GameValue<Settlement> Settlement { get; set; }
Property Value
StatType
Declaration
protected override Type StatType { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
ValueDescription
Declaration
protected override string ValueDescription { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
GetActionName(IContextObject)
Declaration
protected override Eval<string> GetActionName(IContextObject context)
Parameters
Returns
Type |
Description |
Eval<System.String> |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods