See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The BoundControlAction type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BindingInfoProvider |
Get an instance of the helper class that is maintains the bound data.
(Inherited from BoundControlActionBase.) |
![]() | BoundControlDataSourceType |
Get the data source type of the container control.
This is used by NTier intellisense when the developer is choosing a binding path.
(Inherited from BoundControlActionBase.) |
![]() | CompileTimeValidation | |
![]() | CurrentDataItem |
Get the current data item specified by: (Inherited from BoundControlActionBase.)HostingControl (or data bound parent).DataSource - the top level data source. HostingControl (or data bound parent).DataMember - the top level data member. DataMember - the relative data member. NOTE: Null will be returned in place of a deleted entity. |
![]() | DisableCompileTimeValidation |
Get or set whether to disable designer validation of types and binding members.
|
![]() | Enabled | (Inherited from NAction.) |
![]() | EnabledCore | (Overrides NActionEnabledCore.) |
![]() | HostingComponent | (Inherited from BoundControlActionBase.) |
![]() | HostingControl |
Get or set the control that hosts the action.
Usually this would be a button or menu item.
(Inherited from BoundControlActionBase.) |
![]() | ItemBindingPath |
Get or set the data member of the data item that is provided in the Execute event.
|
![]() | ItemBindingPathCompileTimeCheck | |
![]() | ReferencedBy | (Inherited from NAction.) |
![]() | ReturnCollection |
Get or set whether the data provided in the Execute event will be a collection and not a collection item.
|
![]() | Site | (Inherited from BoundControlActionBase.) |
![]() | VisualTechnology | (Inherited from BoundControlActionBase.) |