Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Hook Methods
Message
De
26/02/2010 14:05:28
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Calling Hook Methods
Divers
Thread ID:
01451309
Message ID:
01451309
Vues:
88
Hi,

I want my BO to clear out some of its values depending on a flag that is set by the user. I guess I need to do this in a HookPreSave() method so I tried the following:

In my client.partial.cs I added this (Client is my BO)
        protected virtual bool HookPreSaveEntity(EntityType currentEntity)
        {

        }
but I get an error:

'SamaanSystems.IAS.Business.Client.HookPreSaveEntity(EntityType)': not all code paths return a value

What does this mean and how do I achieve my goal?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform