Show / Hide Table of Contents

Class PropertySet

Inheritance
System.Object
PropertySet
CitizenProperty
SpecificProperty
Implements
IController
IViewController
IHasUniversalID
IValidity
Namespace: Eco.Gameplay.Civics.GameValues.PropertyValues
Assembly: Eco.Gameplay.dll
Syntax
public abstract class PropertySet : Object, IController, IViewController, IHasUniversalID, IValidity

Constructors

PropertySet()

Declaration
protected PropertySet()

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Describe

Declaration
public abstract string Describe { get; }
Property Value
Type Description
System.String

Methods

LandDesc(IContextObject)

Declaration
public abstract string LandDesc(IContextObject context)
Parameters
Type Name Description
IContextObject context
Returns
Type Description
System.String

Value(IContextObject)

Declaration
public abstract Eval<IEnumerable<Deed>> Value(IContextObject context)
Parameters
Type Name Description
IContextObject context
Returns
Type Description
Eval<System.Collections.Generic.IEnumerable<Deed>>

Implements

IController
IViewController
IHasUniversalID
IValidity

Extension Methods

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