Search Results for

    Show / Hide Table of Contents

    Class WelcomeViewController

    Inheritance
    object
    AbstractController
    AbstractViewController
    AbstractBindedController
    WelcomeViewController
    Implements
    IDisposable
    IBindedController
    Inherited Members
    AbstractBindedController.Activate()
    AbstractBindedController.GetExplorerBarControl()
    AbstractBindedController.GetContentControl()
    AbstractBindedController.Invoke(Delegate)
    AbstractBindedController.BeginInvoke(Delegate)
    AbstractBindedController.View
    AbstractBindedController.InvokeRequired
    AbstractViewController.Refresh()
    AbstractViewController.Dispose()
    AbstractViewController.Dispose(bool)
    AbstractViewController.Context
    AbstractViewController.ActivationChanged
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    [BindController("SimpleStartView")]
    public class WelcomeViewController : AbstractBindedController, IDisposable, IBindedController

    Constructors

    WelcomeViewController(IStudioWindow)

    Declaration
    public WelcomeViewController(IStudioWindow studioWindow)
    Parameters
    Type Name Description
    IStudioWindow studioWindow

    Methods

    Initialize(IViewContext)

    Called only once when the controller is initialized

    Declaration
    protected override void Initialize(IViewContext context)
    Parameters
    Type Name Description
    IViewContext context

    The context in which the view is initialized.

    Overrides
    AbstractViewController.Initialize(IViewContext)

    Implements

    IDisposable
    IBindedController

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • WelcomeViewController(IStudioWindow)
    • Methods
      • Initialize(IViewContext)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX