Class VoteChoice
Inheritance
System.Object
VoteChoice
Assembly: Eco.Gameplay.dll
Syntax
public class VoteChoice : Object, IController, IViewController, IHasUniversalID
Constructors
VoteChoice()
Declaration
Fields
ChoiceID
Declaration
public ElectionChoiceID ChoiceID
Field Value
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Rank
Declaration
public int Rank { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Extension Methods