Search Results for

    Show / Hide Table of Contents

    Class ReportsViewController

    Inheritance
    object
    AbstractController
    AbstractViewController
    AbstractBindedController
    ReportsViewController
    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("ReportsView")]
    public class ReportsViewController : AbstractBindedController, IDisposable, IBindedController

    Constructors

    ReportsViewController(IStudioWindow)

    Declaration
    public ReportsViewController(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
      • ReportsViewController(IStudioWindow)
    • Methods
      • Initialize(IViewContext)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX