Search Results for

    Show / Hide Table of Contents

    Interface IStudioWizardPage

    Namespace: Sdl.Desktop.IntegrationApi.Wizard
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public interface IStudioWizardPage

    Properties

    Data

    Declaration
    IDictionary<string, object> Data { get; }
    Property Value
    Type Description
    IDictionary<string, object>

    Description

    Declaration
    string Description { get; }
    Property Value
    Type Description
    string

    Icon

    Declaration
    Icon Icon { get; }
    Property Value
    Type Description
    Icon

    Id

    Declaration
    string Id { get; }
    Property Value
    Type Description
    string

    IsAvailable

    Declaration
    bool IsAvailable { get; }
    Property Value
    Type Description
    bool

    Title

    Declaration
    string Title { get; }
    Property Value
    Type Description
    string

    ViewModel

    Declaration
    INotifyPropertyChanged ViewModel { get; }
    Property Value
    Type Description
    INotifyPropertyChanged

    ViewType

    Declaration
    Type ViewType { get; }
    Property Value
    Type Description
    Type

    Methods

    OnShow()

    Declaration
    void OnShow()

    SetSharedData(IDictionary<string, object>)

    Declaration
    void SetSharedData(IDictionary<string, object> sharedData)
    Parameters
    Type Name Description
    IDictionary<string, object> sharedData

    ShowHelp()

    Declaration
    void ShowHelp()

    Submit()

    Declaration
    bool Submit()
    Returns
    Type Description
    bool

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • Data
      • Description
      • Icon
      • Id
      • IsAvailable
      • Title
      • ViewModel
      • ViewType
    • Methods
      • OnShow()
      • SetSharedData(IDictionary<string, object>)
      • ShowHelp()
      • Submit()
    • Extension Methods
    Back to top Generated by DocFX