Class SpecificProperty
Inheritance
System.Object
SpecificProperty
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class SpecificProperty : PropertySet, IController, IViewController, IHasUniversalID, IValidity, INotifyPropertyChanged
Constructors
SpecificProperty()
Declaration
public SpecificProperty()
Properties
Deed
Declaration
public GameValue<Deed> Deed { get; set; }
Property Value
Describe
Declaration
public override string Describe { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
LandDesc(IContextObject)
Declaration
public override string LandDesc(IContextObject context)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Value(IContextObject)
Declaration
public override Eval<IEnumerable<Deed>> Value(IContextObject context)
Parameters
Returns
Type |
Description |
Eval<System.Collections.Generic.IEnumerable<Deed>> |
|
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods