Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validate A Class
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01458686
Message ID:
01458695
Views:
54
>What's the best way to validate that all required properties on a class are completed correctly? The properties will eventually be
>mapped to UI fields, but the class itself is not visual. It's possible to instantiate the class, set some or all properties, and then call
>methods on it. I want to ensure that all required properties are complete before certain methods are run.
>
>The question is what to do if a required property is not set or is set wrong. Throw an exception?

The best route is to catch stuff like this in the UI where possible so that, for example, a button that runs a method isn't enabled until all rewuired property data is present.

But is this for WinForms or ASP.NET since they have very different options ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform