C# Class Habanero.Faces.Base.DefaultBODeletor

Provides a controller that deletes business objects. Where used, this can be replaced with a customised version that inherits from IBusinessObjectDeletor.
Inheritance: IBusinessObjectDeletor
ファイルを表示 Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
DeleteBusinessObject ( IBusinessObject businessObject ) : void

Deletes the given business object

Method Details

DeleteBusinessObject() public method

Deletes the given business object
public DeleteBusinessObject ( IBusinessObject businessObject ) : void
businessObject IBusinessObject The business object to delete
return void