Base interface for a control add-in definition that binds the control add-in with data types to the Microsoft Dynamics NAV database. Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Syntax

C#
public interface IValueControlAddInDefinition<T>

T

The type of the data that the control add-in definition interface exposes. Only data of type String and Object are supported currently.

Remarks

Displays text strings or binary data from the Microsoft Dynamics NAV database.


See Also