Book a Demo

Author Topic: Check the model  (Read 1935 times)

Sparxxx

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Check the model
« on: February 03, 2006, 06:43:46 am »
Is it possible to check the model on errors?

Things like attibutes declared inside an interface or weird relations.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Check the model
« Reply #1 on: February 06, 2006, 02:04:44 pm »
There is a model validation tool.  Although it won't necessarily pick up everything you see as an error.  Such as attributes inside interfaces.  My understanding is that they are allowed as long as they're static.

Other than that you'll have to write an addin to iterate over the model and make the checks you want.
« Last Edit: February 06, 2006, 02:06:35 pm by simonm »