Class ElectionChoicePollOption
A manually defined poll option that can be set in an election.
Inheritance
System.Object
ElectionChoicePollOption
Assembly: Eco.Gameplay.dll
Syntax
public class ElectionChoicePollOption : ElectionChoice
Constructors
ElectionChoicePollOption()
Declaration
public ElectionChoicePollOption()
Fields
OptionName
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
Describe
Declaration
public override string Describe { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
MarkedUpName
Declaration
public override LocString MarkedUpName { get; }
Property Value
Overrides
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Extension Methods