IdeaStatus
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class IdeaStatus { User Author { get; } int AuthorUserId { get; set; } DateTime CreatedDate { get; set; } int Id { get; } Idea Idea { get; } string RawNote { get; set; } Status Status { get; } string StatusKey { get; set; } string Note(); string Note(string target); }