Class BindControllerAttribute
Allows binding for internal views
Implements
Inherited Members
Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class BindControllerAttribute : Attribute, _Attribute
Constructors
BindControllerAttribute(string)
TODO: Add Comment
Declaration
public BindControllerAttribute(string viewId)
Parameters
Type | Name | Description |
---|---|---|
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 |
---|---|
string |