Microsoft.Dynamics.Framework.UI.Extensibility Namespace

The Microsoft.Dynamics.Framework.UI.Extensibility namespace contains types that define the model for creating Microsoft Dynamics NAV Windows client control add-ins for Microsoft Dynamics NAV.

ClassDescription
ApplicationVisibleAttributeIndicates if the method, property, or event that this attribute is applied to should be visible from within the Microsoft Dynamics NAV development environment.
ControlAddInExportAttributeDeclares a class to be a control add-in that can be used in the Microsoft Dynamics NAV Windows client.
ValidationResultDefines the data for a validation result from the IControlAddInSite interface. This class cannot be inherited.

InterfaceDescription
IBooleanControlAddInDefinitionInterface for a control add-in definition interface with a Boolean value type and a ControlAddInEventHandler event.
ICharControlAddInDefinitionInterface for a control add-in definition interface with a Char value type and a ControlAddInEventHandler event.
IControlAddInDefines the interface for the control add-in.
IControlAddInSiteDefines the interface that allows a control add-in to get information about the container of the add-in control.
IDateTimeControlAddInDefinitionInterface for a control add-in definition interface with a DateTime value type and a ControlAddInEventHandler event.
IDecimalControlAddInDefinitionInterface for a control add-in definition interface with a Decimal value type and a ControlAddInEventHandler event.
IEventControlAddInDefinitionBase interface for a control add-in definition interface that defines a ControlAddInEventHandler event.
IGuidControlAddInDefinitionInterface for a control add-in definition interface with a Guid value type and a ControlAddInEventHandler event.
IInt32ControlAddInDefinitionInterface for a control add-in definition interface with a Int32 value type and a ControlAddInEventHandler event.
IInt64ControlAddInDefinitionInterface for a control add-in definition interface with a Int64 value type and a ControlAddInEventHandler event.
IObjectControlAddInDefinitionBase interface for a control add-in definition interface that binds the control add-in with a System.Object data type and raises a Microsoft.Dynamics.Framework.UI.Extensibility.ControlAddInEventHandler event.
IStringControlAddInDefinitionInterface for a control add-in definition interface with a String value type and a ControlAddInEventHandler event.
ITimeSpanControlAddInDefinitionInterface for a control add-in definition interface that binds the control add-in with a System.TimeSpan data type and raises a Microsoft.Dynamics.Framework.UI.Extensibility.ControlAddInEventHandler event.
IValueControlAddInDefinitionBase interface for a control add-in definition that binds the control add-in with data types to the Microsoft Dynamics NAV database.

DelegateDescription
ControlAddInEventHandlerSpecifies a control add-in event.

EnumerationDescription
StyleDefines the style enumeration for the control add-in as determined by the Style property of the Microsoft Dynamics NAV Windows client page control that is applied with the control add-in.
ValidationStateDefines the state of a validation result.
Show: