Search Results for

    Show / Hide Table of Contents

    Interface ISettingsAware<TSettings>

    Interface to mark a class with a certain Settings

    Namespace: Sdl.Desktop.IntegrationApi
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public interface ISettingsAware<TSettings>
    Type Parameters
    Name Description
    TSettings

    Properties

    Settings

    Gets/Sets the settings

    Declaration
    TSettings Settings { get; set; }
    Property Value
    Type Description
    TSettings

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • Settings
    • Extension Methods
    Back to top Generated by DocFX