Class ContractClausePropertyBase
Inheritance
System.Object
ContractClausePropertyBase
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public abstract class ContractClausePropertyBase : ContractClause, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions
Constructors
ContractClausePropertyBase()
Declaration
public ContractClausePropertyBase()
Properties
Pickers
Declaration
public override IEnumerable<Picker> Pickers { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<Picker> |
|
Overrides
Property
Declaration
public PickerProperty Property { get; set; }
Property Value
PropertyDescription
Declaration
protected abstract string PropertyDescription { get; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldOverrideAuth(GameAction)
Declaration
public override bool ShouldOverrideAuth(GameAction action)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Valid(User, User)
Declaration
public override Result Valid(User contractor, User client)
Parameters
Type |
Name |
Description |
User |
contractor |
|
User |
client |
|
Returns
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods