Interface IProposableContainer
Assembly: Eco.Gameplay.dll
Syntax
public interface IProposableContainer : IController, IViewController, IHasUniversalID, IFullDescribable, IDescribable
Properties
AllElements
Declaration
IEnumerable<IProposable> AllElements { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IProposable> |
|
Element
Declaration
IProposable Element { get; set; }
Property Value
ElementsBecomingActive
Declaration
IEnumerable<IProposable> ElementsBecomingActive { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IProposable> |
|
ElementsBeingRemoved
Declaration
virtual IEnumerable<IProposable> ElementsBeingRemoved { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IProposable> |
|
Declaration
string TableHeader { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods