Search Results for

    Show / Hide Table of Contents

    Class StudioWizardPage

    Inheritance
    System.Object
    StudioWizardPage
    Implements
    IStudioWizardPage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Desktop.IntegrationApi.Wizard
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public abstract class StudioWizardPage : IStudioWizardPage

    Constructors

    StudioWizardPage()

    Declaration
    protected StudioWizardPage()

    Properties

    Data

    Declaration
    public IDictionary<string, object> Data { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Description

    Declaration
    public abstract string Description { get; }
    Property Value
    Type Description
    System.String

    Icon

    Declaration
    public abstract Icon Icon { get; }
    Property Value
    Type Description
    System.Drawing.Icon

    Id

    Declaration
    public abstract string Id { get; }
    Property Value
    Type Description
    System.String

    IsAvailable

    Declaration
    public virtual bool IsAvailable { get; }
    Property Value
    Type Description
    System.Boolean

    Title

    Declaration
    public abstract string Title { get; }
    Property Value
    Type Description
    System.String

    ViewModel

    Declaration
    public abstract INotifyPropertyChanged ViewModel { get; }
    Property Value
    Type Description
    System.ComponentModel.INotifyPropertyChanged

    ViewType

    Declaration
    public abstract Type ViewType { get; }
    Property Value
    Type Description
    System.Type

    Methods

    OnShow()

    Declaration
    public virtual void OnShow()

    SetSharedData(IDictionary<String, Object>)

    Declaration
    public virtual void SetSharedData(IDictionary<string, object> sharedData)
    Parameters
    Type Name Description
    System.Collections.Generic.IDictionary<System.String, System.Object> sharedData

    ShowHelp()

    Declaration
    public abstract void ShowHelp()

    Submit()

    Declaration
    public virtual bool Submit()
    Returns
    Type Description
    System.Boolean

    Implements

    IStudioWizardPage

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • StudioWizardPage()
    • Properties
      • Data
      • Description
      • Icon
      • Id
      • IsAvailable
      • Title
      • ViewModel
      • ViewType
    • Methods
      • OnShow()
      • SetSharedData(IDictionary<String, Object>)
      • ShowHelp()
      • Submit()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX