Print Page | Close Window

implement runtime on modul based verifiers

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=1592
Printed Date: 18-Apr-2024 at 8:46am


Topic: implement runtime on modul based verifiers
Posted By: erturkcevik
Subject: implement runtime on modul based verifiers
Date Posted: 18-Dec-2009 at 9:27am

How can I implement runtime on modul based verification?

For Example
Entity Name = "Stock"
Field Name = "Amount"
Modul A,  Stock.Amount > 100 (Error : Amount cannot big from value 100)
Modul B,  Stock.Amount > 50 (Error : Amount cannot big from value 50)
 
How Can I writing dynamic code of the  data verification at the runtime?
 
Regards
 



Replies:
Posted By: davidklitzke
Date Posted: 22-Dec-2009 at 9:54am
There are some great examples of verification in the Learning Resources,  Look in the "070_Validation" folder.



Print Page | Close Window