Vote is defined in the Telligent.Evolution.Extensibility.Ideation.Api namespace of Telligent.Evolution.Ideation.dll
Vote
Telligent.Evolution.Extensibility.Ideation.Api
class Vote { DateTime CreatedDate { get; set; } Idea Idea { get; } DateTime LastUpdatedDate { get; set; } int? TotalVotes { get; set; } User User { get; } bool Value { get; set; } }
DateTime
Idea
int?
User
bool