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 |