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
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
DeleteBusinessObject ( IBusinessObject businessObject ) : void

Deletes the given business object

Method Details

DeleteBusinessObject() public méthode

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