Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - zalbina

Pages: 1 2 3 [4]
46
Hello,

Another one surprise from EA. I'm trying change Stereotype of a Class using API or SQL stetement. Nothing happened. My code:

if (element.Type =="Class")
{
element.Stereotype ="NewStereotype";
element.Update();
}
  The Message :"Element Locked" I don't uderstand because I Applied my User Locked.

When I used SQL Query: MyRepository.Execute("Update t_object bla-bla");
It did not do it's job.

What is wrong?

Thanks.

Pages: 1 2 3 [4]