IValueControlAddInDefinition Generic Interface

Base interface for a control add-in definition that binds the control add-in with System.String or System.Object 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)

public interface IValueControlAddInDefinition<T>

Type Parameters

T

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

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

Show: