Class ElectionChoiceYesNo
Inheritance
System.Object
ElectionChoiceYesNo
Assembly: Eco.Gameplay.dll
Syntax
public class ElectionChoiceYesNo : ElectionChoice
Constructors
ElectionChoiceYesNo()
Declaration
public ElectionChoiceYesNo()
Fields
NoName
Declaration
public const string NoName = "No"
Field Value
Type |
Description |
System.String |
|
Yes
Declaration
Field Value
Type |
Description |
System.Boolean |
|
YesName
Declaration
public const string YesName = "Yes"
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
NoMarkedUpName
Declaration
public static LocString NoMarkedUpName { get; }
Property Value
YesMarkedUpName
Declaration
public static LocString YesMarkedUpName { get; }
Property Value
Extension Methods