VoteAfterCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class VoteAfterCreateEventArgs { DateTime CreatedDate { get; } Guid IdeaId { get; } DateTime LastUpdatedDate { get; } int TotalVotes { get; } int UserId { get; } bool Value { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CreatedDate | DateTime | |||
IdeaId | Guid | |||
LastUpdatedDate | DateTime | |||
TotalVotes | int | |||
UserId | int | |||
Value | bool |