Print Page | Close Window

before set value

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=572
Printed Date: 22-Apr-2026 at 6:27am


Topic: before set value
Posted By: Makani
Subject: before set value
Date Posted: 30-Nov-2007 at 9:13pm

I have a business rule on a date property that needs to throw a verification exception on change only if the previous date in the property is before the current date.  How would you access the previous value?

Thanks,
Mike



Replies:
Posted By: Makani
Date Posted: 30-Nov-2007 at 10:26pm
I think I have it now. I am using the

VerifierExecutionModes.InstanceAndOnPresetTriggers

and the

TriggerContext.ProposedValue




Print Page | Close Window