Class AllProperty
Inheritance
System.Object
AllProperty
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class AllProperty : CitizenProperty, IController, IViewController, IHasUniversalID, IValidity, INotifyPropertyChanged
Constructors
AllProperty()
Declaration
Properties
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
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods