Search Results for

    Show / Hide Table of Contents

    Class AbstractBindedController

    Base class for the binded controllers

    Inheritance
    System.Object
    AbstractController
    AbstractViewController
    AbstractBindedController
    EditorController
    FilesController
    ProjectsController
    Implements
    IBindedController
    Inherited Members
    AbstractViewController.Initialize(IViewContext)
    AbstractViewController.Refresh()
    AbstractViewController.Context
    AbstractViewController.ActivationChanged
    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.Internal
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public abstract class AbstractBindedController : AbstractViewController, IViewController, IBindedController

    Constructors

    AbstractBindedController()

    Declaration
    protected AbstractBindedController()

    Properties

    View

    TODO: Add Comment

    Declaration
    protected IView View { get; }
    Property Value
    Type Description
    Sdl.Desktop.Platform.IView

    Methods

    Activate()

    Activate the view in the Studio application.

    Declaration
    public override void Activate()
    Overrides
    AbstractViewController.Activate()

    Dispose()

    Ensure the disposing of the controller resources.

    Declaration
    public override void Dispose()
    Overrides
    AbstractViewController.Dispose()
    Remarks

    This doesn't need to be implemented because the actual controller will dispose the resources.

    GetContentControl()

    Gets the content view control

    Declaration
    protected override Control GetContentControl()
    Returns
    Type Description
    System.Windows.Forms.Control
    Overrides
    AbstractViewController.GetContentControl()

    GetExplorerBarControl()

    Gets the explorer bar view control

    Declaration
    protected override Control GetExplorerBarControl()
    Returns
    Type Description
    System.Windows.Forms.Control
    Overrides
    AbstractViewController.GetExplorerBarControl()

    Implements

    IBindedController

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AbstractBindedController()
    • Properties
      • View
    • Methods
      • Activate()
      • Dispose()
      • GetContentControl()
      • GetExplorerBarControl()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX