Class WelcomeViewController
Inheritance
Object
WelcomeViewController
Inherited Members
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)
Declaration
protected override void Initialize(IViewContext context)
Parameters
Type | Name | Description |
---|---|---|
IViewContext | context |
Overrides
Implements
System.IDisposable