Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Widget Connector
width500
urlhttp://www.youtube.com/watch?v=3MD-u3Ns9n0
height400310

The PLINQO rule manager generates rules based on the schema and any custom rules can be added to the rules collection. The rules are enforced when any attempt to save changes is made. Custom rules are a snap to add and the AddSharedRules partial method on each entity is the place to add them. Only a few lines of code and a custom rule can be added. Here is a look.

...

As you can see there are many ways to enforce that the data that gets saved is data that follows the rules.

Next: Rules Example Code