Class SelectString
Inheritance
System.Object
SelectString
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
[NonSelectable]
public class SelectString : TriggerConfig, INotifyPropertyChanged, IValidity, IDescribable, IController, IViewController, IHasUniversalID
Constructors
SelectString()
Declaration
SelectString(Type, PropertyInfo)
Declaration
public SelectString(Type type, PropertyInfo prop)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Reflection.PropertyInfo |
prop |
|
Properties
String
Declaration
public string String { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Description()
Declaration
public override LocString Description()
Returns
Overrides
Evaluate(IContextObject)
Declaration
protected override Eval<bool> Evaluate(IContextObject context)
Parameters
Returns
Type |
Description |
Eval<System.Boolean> |
|
Overrides
Eco.Gameplay.Civics.GameValues.GameValue<System.Boolean>.Evaluate(Eco.Core.Utils.PropertyScanning.IContextObject)
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods