Class SimpleResult
Simple results from a vote.
Inheritance
System.Object
SimpleResult
Namespace: Eco.Shared.Items
Assembly: Eco.Shared.dll
Syntax
[Serialized]
public sealed class SimpleResult : ValueType
Properties
MarkedUpName
Declaration
[Serialized]
public string MarkedUpName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Votes
Declaration
[Serialized]
public float Votes { get; set; }
Property Value
Type | Description |
---|---|
System.Single |