Status
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class Status { string Description { get; } string InternalName { get; } bool IsClosed { get; } bool IsDefault { get; } string Key { get; } string Name { get; } bool ReleasesVotes { get; } int ScoreValue { get; } int SortOrder { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Description | string | |||
InternalName | string | |||
IsClosed | bool | |||
IsDefault | bool | |||
Key | string | |||
Name | string | |||
ReleasesVotes | bool | |||
ScoreValue | int | |||
SortOrder | int |