C# Class Habanero.Faces.Test.Win.BusinessObjectControlStub

Inheritance: Habanero.Faces.Win.UserControlWin, IBOEditorControl
显示文件 Open project: Chillisoft/habanero.faces

Public Methods

Method Description
ApplyChangesToBusinessObject ( ) : void

Applies any changes that have occured in any of the Controls on this control's to their related Properties on the Business Object.

ClearErrors ( ) : void
DisplayErrors ( ) : void

Method Details

ApplyChangesToBusinessObject() public method

Applies any changes that have occured in any of the Controls on this control's to their related Properties on the Business Object.
public ApplyChangesToBusinessObject ( ) : void
return void

ClearErrors() public method

public ClearErrors ( ) : void
return void

DisplayErrors() public method

public DisplayErrors ( ) : void
return void