CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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. 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...
 

Detailed Description

Maintains a reference to a BindingSource object on the form.

Definition at line 20 of file BindingSourceNode.cs.

Constructor & Destructor Documentation

◆ BindingSourceNode()

Csla.Windows.BindingSourceNode.BindingSourceNode ( BindingSource  source)

Creates an instance of the object.

Parameters
sourceBindingSource object to be mananaged.

Definition at line 28 of file BindingSourceNode.cs.

Member Function Documentation

◆ Apply()

void Csla.Windows.BindingSourceNode.Apply ( )

Applies changes to the business object.

Definition at line 150 of file BindingSourceNode.cs.

◆ Bind()

void Csla.Windows.BindingSourceNode.Bind ( object  objectToBind)

Binds a business object to the BindingSource.

Parameters
objectToBindBusiness object.

Definition at line 135 of file BindingSourceNode.cs.

◆ Cancel()

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

Cancels changes to the business object.

Parameters
businessObject

Definition at line 167 of file BindingSourceNode.cs.

◆ Close()

void Csla.Windows.BindingSourceNode.Close ( )

Disconnects from the BindingSource object.

Definition at line 184 of file BindingSourceNode.cs.