Hi, I am looking for an ActiveRecord/NHibernate afterload event to complement the BeforeLoad event. The use case is I have some processing I want to do if the object is changed after load but not during loading from the database. for example a tax calculation that should only be carried out when die amount changes, but the calculated amount can be overriden by the user. The calculation is done via the propertychanged event which fires during load. So if I have a before and after load event, I can set a flag to only calc before(eg.new object)/after load but not during. If someone can give me a point in the right direction that would be great.
Thank You, Gerdus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
