Show / Hide Table of Contents

Interface IProposableContainer

Inherited Members
IFullDescribable.FullDescribe()
IDescribable.Description()
Namespace: Eco.Gameplay.Civics.Misc
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
Type Description
IProposable

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>

TableHeader

Declaration
string TableHeader { get; }
Property Value
Type Description
System.String

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
CivicsUtils.GetPropertyTables(IProposableContainer)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾