what does this class inherit from that provides the OnLoad method you're overriding?
need some more info. w:// On Wed, Dec 16, 2009 at 1:27 PM, paulddw <[email protected]> wrote: > This method is inside a class called "Job". Everytime a job is loaded > I would like to check the status and set to expired if required. > However the properties on the instance are all null. How do I populate > the instance?? > > protected override void OnLoad(object id) > { > base.OnLoad(id); > //manipulate data here > > } > > -- > > 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]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > > -- Cheers, w:// -- 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.
