Book a Demo

Author Topic: Property details : Set Scope problem  (Read 3048 times)

Emilio

  • EA User
  • **
  • Posts: 78
  • Karma: +0/-0
    • View Profile
Property details : Set Scope problem
« on: May 11, 2009, 10:49:02 pm »
I defined an attribute and marked it as property. In doing so the property dialog is brought up where one can alter the name of the property (usually making the first letter uppercase), chosen language (C#, VB, Java, PHP, C++, etc) indicating whether it is R, W or R/W and their respective scopes.

When you have C# as the selected language you can only modify the Set scope (setter property) but not the Get scope (get property). That is incorrect because in C# you can specify them separately.

if you choose a language such as PHP then the dialog allows the user to change both the Set and Get scopes.

Version: EA 7.1