Interface IClauseList
Implement on classes that can host Clauses (e.g.: 'Contract' and 'ContractClauseNested').
Namespace: Eco.Gameplay.Economy.Contracts
Assembly: Eco.Gameplay.dll
Syntax
public interface IClauseList
Remarks
Used to get all hosted clauses from the parent level (e.g.: Contract will check its clauses and clauses that are children of ContractClauseNested at any level).
Properties
Clauses
Declaration
ControllerList<ContractClause> Clauses { get; }
Property Value
Type | Description |
---|---|
ControllerList<ContractClause> |
ClientUser
Declaration
User ClientUser { get; }
Property Value
Type | Description |
---|---|
User |