Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • Action
      • IsActionVisible
      • Key
      • Notifications
      • Title
    • Extension Methods
    Back to top Generated by DocFX