Search Results for

    Show / Hide Table of Contents

    Class BindControllerAttribute

    Allows binding for internal views

    Inheritance
    System.Object
    BindControllerAttribute
    Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
    Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class BindControllerAttribute : ExtensionAttribute

    Constructors

    BindControllerAttribute(String)

    TODO: Add Comment

    Declaration
    public BindControllerAttribute(string viewId)
    Parameters
    Type Name Description
    System.String viewId

    Properties

    ViewId

    Gets or sets the id of the internal view this adapter is targeted at.

    Declaration
    public string ViewId { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • BindControllerAttribute(String)
    • Properties
      • ViewId
    • Extension Methods
    Back to top Generated by DocFX