Class ElectionChoice
Inheritance
System.Object
ElectionChoice
Assembly: Eco.Gameplay.dll
Syntax
public abstract class ElectionChoice : Object
Constructors
ElectionChoice()
Declaration
protected ElectionChoice()
Fields
TimeAdded
Declaration
Field Value
Type |
Description |
System.Double |
|
Properties
Describe
Declaration
public abstract string Describe { get; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
public ElectionChoiceID ID { get; }
Property Value
MarkedUpName
Declaration
public abstract LocString MarkedUpName { get; }
Property Value
Name
Declaration
public abstract string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
OnDeserialized()
Declaration
public void OnDeserialized()
Extension Methods