Maintains a reference to a BindingSource object on the form. More...
Public Member Functions | |
BindingSourceNode (BindingSource source) | |
Creates an instance of the object. More... | |
void | Bind (object objectToBind) |
Binds a business object to the BindingSource. More... | |
void | Apply () |
Applies changes to the business object. More... | |
void | Cancel (object businessObject) |
Cancels changes to the business object. More... | |
void | Close () |
Disconnects from the BindingSource object. More... | |
Maintains a reference to a BindingSource object on the form.
Definition at line 20 of file BindingSourceNode.cs.
Csla.Windows.BindingSourceNode.BindingSourceNode | ( | BindingSource | source | ) |
Creates an instance of the object.
source | BindingSource object to be mananaged. |
Definition at line 28 of file BindingSourceNode.cs.
void Csla.Windows.BindingSourceNode.Apply | ( | ) |
Applies changes to the business object.
Definition at line 150 of file BindingSourceNode.cs.
void Csla.Windows.BindingSourceNode.Bind | ( | object | objectToBind | ) |
Binds a business object to the BindingSource.
objectToBind | Business object. |
Definition at line 135 of file BindingSourceNode.cs.
void Csla.Windows.BindingSourceNode.Cancel | ( | object | businessObject | ) |
Cancels changes to the business object.
businessObject |
Definition at line 167 of file BindingSourceNode.cs.
void Csla.Windows.BindingSourceNode.Close | ( | ) |
Disconnects from the BindingSource object.
Definition at line 184 of file BindingSourceNode.cs.