Maintains a reference to a BindingSource object on the form.
More...
|
| | BindingSourceNode (BindingSource source) |
| | Creates an instance of the object.
|
| void | Bind (object? objectToBind) |
| | Binds a business object to the BindingSource.
|
| void | Apply () |
| | Applies changes to the business object.
|
| void | Cancel (object? businessObject) |
| | Cancels changes to the business object.
|
| void | Close () |
| | Disconnects from the BindingSource object.
|
Maintains a reference to a BindingSource object on the form.
◆ BindingSourceNode()
| Csla.Windows.BindingSourceNode.BindingSourceNode |
( |
BindingSource | source | ) |
|
|
inline |
Creates an instance of the object.
- Parameters
-
| source | BindingSource object to be managed. |
- Exceptions
-
| ArgumentNullException | source is null. |
◆ Apply()
| void Csla.Windows.BindingSourceNode.Apply |
( |
| ) |
|
|
inline |
Applies changes to the business object.
◆ Bind()
| void Csla.Windows.BindingSourceNode.Bind |
( |
object? | objectToBind | ) |
|
|
inline |
Binds a business object to the BindingSource.
- Parameters
-
| objectToBind | Business object. |
◆ Cancel()
| void Csla.Windows.BindingSourceNode.Cancel |
( |
object? | businessObject | ) |
|
|
inline |
Cancels changes to the business object.
- Parameters
-
◆ Close()
| void Csla.Windows.BindingSourceNode.Close |
( |
| ) |
|
|
inline |
Disconnects from the BindingSource object.
The documentation for this class was generated from the following file: