IValueControlAddInDefinition Generic Interface

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)

Usage

Syntax

'Declaration
Public Interface IValueControlAddInDefinition(Of T)
public interface IValueControlAddInDefinition<T>
generic<typename T>
public interface class IValueControlAddInDefinition
  • 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.

Platforms

See Also

Reference

IValueControlAddInDefinition Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace