Book a Demo

Author Topic: Are partial classes supported in EA 6.5.800?  (Read 4419 times)

jrEA

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Are partial classes supported in EA 6.5.800?
« on: February 05, 2007, 05:32:27 pm »
I want to know if there is a way to mark a class as partial in EA version 6.5.800

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Are partial classes supported in EA 6.5.800?
« Reply #1 on: February 06, 2007, 06:13:14 am »
Search the forum. I think they stereotype these somehow, but I don't know what effect (if any) this has on how EA treats the elements.
No, you can't have it!

jrEA

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Are partial classes supported in EA 6.5.800?
« Reply #2 on: February 06, 2007, 09:41:23 am »
The only information I have found so far is that there is a tagged value called "partial" for the partial keyword in the help file.  But have not figured out yet how to apply it to the class.  Any ideas?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Are partial classes supported in EA 6.5.800?
« Reply #3 on: February 06, 2007, 01:49:42 pm »
Open the tagged values window, select the class and add the tag "partial" with the value "true".  This will now generate the partial keyword making that class a representation of one portion of the logical class.

jrEA

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Are partial classes supported in EA 6.5.800?
« Reply #4 on: February 06, 2007, 01:51:13 pm »
It worked, thanks