CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Windows.BindingSourceNode Class Reference

Maintains a reference to a BindingSource object on the form. More...

Public Member Functions

 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.

Detailed Description

Maintains a reference to a BindingSource object on the form.

Constructor & Destructor Documentation

◆ BindingSourceNode()

Csla.Windows.BindingSourceNode.BindingSourceNode ( BindingSource source)
inline

Creates an instance of the object.

Parameters
sourceBindingSource object to be managed.
Exceptions
ArgumentNullExceptionsource is null.

Member Function Documentation

◆ 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
objectToBindBusiness object.

◆ Cancel()

void Csla.Windows.BindingSourceNode.Cancel ( object? businessObject)
inline

Cancels changes to the business object.

Parameters
businessObject

◆ Close()

void Csla.Windows.BindingSourceNode.Close ( )
inline

Disconnects from the BindingSource object.


The documentation for this class was generated from the following file: