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); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Author | User | |||
AuthorUserId | int | |||
CreatedDate | DateTime | |||
Id | int | |||
Idea | Idea | |||
RawNote | string | |||
Status | Status | |||
StatusKey | string |
Methods
string Note();
Return Type
string
string Note(string target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | string | Target | Required |
Return Type
string