Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Marking the Delete methods as overridable is easy... we can certainly do that. However, adding the functionality for a message and a cancel reason might be more than we want to support. However, you could create an inherited BusinessLayer that has the proper functionality by overriding the OnBefore* methods and raising your own event rather than the base BusinessLayer event. You could then raise a Cancelled event from the same place, right after you raise your own event if the Cancel has been set to true.
|