Microsoft.Dynamics.Framework.UI.Extensibility Namespace
Microsoft Dynamics Nav 2009
The Microsoft.Dynamics.Framework.UI.Extensibility namespace contains types that define the model for creating RoleTailored client control add-ins for Microsoft Dynamics NAV 2009 SP1.
| Class | Description | |
|---|---|---|
![]() | ControlAddInExportAttribute | Declares a class to be a control add-in that can be used in the RoleTailored client. |
![]() | ValidationResult | Defines the data for a validation result from the IControlAddInSite interface. This class cannot be inherited. |
| Interface | Description | |
|---|---|---|
![]() | IControlAddIn | Defines the interface for the control add-in. |
![]() | IControlAddInSite | Defines the interface that allows a control add-in to get information about the container of the add-in control. |
![]() | IEventControlAddInDefinition | Base interface for a control add-in definition interface that defines a ControlAddInEventHandler event. |
![]() | IObjectControlAddInDefinition | Base 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. |
![]() | IStringControlAddInDefinition | Base interface for a control add-in definition interface with a String value type and a ControlAddInEventHandler event. |
![]() | IValueControlAddInDefinition | 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. |
| Delegate | Description | |
|---|---|---|
![]() | ControlAddInEventHandler | Specifies a control add-in event. |
| Enumeration | Description | |
|---|---|---|
![]() | Style | Defines the style enumeration for the control add-in as determined by the Style property of the RoleTailored client page control that is applied with the control add-in. |
![]() | ValidationState | Defines the state of a validation result. |
Show:
