CommentVote is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
CommentVote
Telligent.Evolution.Extensibility.Api.Entities.Version1
class CommentVote { Guid CommentId { get; } DateTime CreatedDate { get; } DateTime UpdatedDate { get; } int UserId { get; } bool Value { get; } }
Guid
DateTime
int
bool