Interface IStudioGroupNotification
The contract defining the Notification Group
Namespace: Sdl.Desktop.IntegrationApi.Interfaces
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public interface IStudioGroupNotification
Properties
Action
The ICommand action to be executed when the group action is activated
Declaration
IStudioNotificationCommand Action { get; set; }
Property Value
Type | Description |
---|---|
IStudioNotificationCommand |
IsActionVisible
Set this to true if the Action Should be visible
Declaration
bool IsActionVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
Unique Group Key
Declaration
string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Notifications
List of Notifications within the group
Declaration
ObservableCollection<IStudioNotification> Notifications { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<IStudioNotification> |
Title
The group title
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |