Book a Demo

Author Topic: Profiles and properties  (Read 2931 times)

mrpmorris

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Profiles and properties
« on: April 06, 2012, 10:30:35 pm »
I created a profile which extends Class and Property.  The attributed I added to class appears in the properties window for the class when I set the PersistentEntity stereotype.  But when I create a property how do I

1: Mark it as virtual?
2: Tell EA I don't want a private field + getter + setter but just want the shortened format "public virtual Guid ID { get; protected set; }
3: How do I set the profile attributes on that property?  Unlike the Class Properties window I do not see a tree item for my profile in the property's "Properties" window, and EA keeps insisting on giving it a "property" stereotype
4: How do I make the setter protected and the getter public? (Set Scope is always disabled)

Thanks