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].
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.