Topic RSS13:46, EEST
January 27, 2012
OfflineHi,
I have an Event class providing fields using reflectiveInstanceProoperty. However, I have to change the BrowseName of the property of the event.
Example:
Event X in Namespace 3
Property a of X => must be in namespace 1 (a is declared as Integer)
How can I change the BrowseName for property?
Thanks
15:02, EEST
December 21, 2011
OfflineWell, you cannot and you probably should not either.
The ReflectiveInstanceVariable (&Property) are using the attribute values from the nodes in the respective type (i.e. those of the respective instanceVariable). So in practice your are implementing the structure defined in the type and the BrowseName’s must match to those, so that the client application can find the variables of your instance objects based on the names declared in the type.
Or maybe you are trying something different?
1 Guest(s)

Log In
Register