Class ContractClauseCustom
Inheritance
System.Object
ContractClauseCustom
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class ContractClauseCustom : ContractClause, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions
Constructors
ContractClauseCustom()
Declaration
public ContractClauseCustom()
Properties
Describe
Declaration
public override LocString Describe { get; }
Property Value
Overrides
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
HelpText
Declaration
public override LocString HelpText { get; }
Property Value
Overrides
Name
Declaration
public override LocString Name { get; }
Property Value
Overrides
Methods
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