Class ReportsViewController
Inheritance
ReportsViewController
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
[BindController("ReportsView")]
public class ReportsViewController : AbstractBindedController, IDisposable, IBindedController
Constructors
ReportsViewController(IStudioWindow)
Declaration
public ReportsViewController(IStudioWindow studioWindow)
Parameters
Type | Name | Description |
---|---|---|
Sdl.Desktop.Platform.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. |