SystemNotification is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class SystemNotification
{
DateTime FirstOccurredDate { get; }
int? GroupId { get; }
string GroupingKey { get; }
int Id { get; }
bool IsResolvable { get; }
bool IsResolved { get; set; }
DateTime LastOccurredDate { get; }
string Message { get; }
string PluginType { get; }
IList<int> RecipientIds { get; }
string Subject { get; }
int TotalOccurrences { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| FirstOccurredDate | DateTime | |||
| GroupId | int? | |||
| GroupingKey | string | |||
| Id | int | |||
| IsResolvable | bool | |||
| IsResolved | bool | |||
| LastOccurredDate | DateTime | |||
| Message | string | |||
| PluginType | string | |||
| RecipientIds | IList<int> | |||
| Subject | string | |||
| TotalOccurrences | int |