Hello,
is it posible to get an example how to add dependencies
i tryed:
Dependency oDependency = Create.Dependency(); oDependency.Name = Dependency; oDependency.Source.Add(oClass1); oDependency.Target.Add(oClass2);
oClass1.OwnedConnector.Add(oDependency);
and
oClass1.ClientDependency.Add(oDependency);
but i get errors
Please submit a full (compilable) code example and the resulting compiler error.
Log in to post a comment.
Hello,
is it posible to get an example how to add dependencies
i tryed:
Dependency oDependency = Create.Dependency();
oDependency.Name = Dependency;
oDependency.Source.Add(oClass1);
oDependency.Target.Add(oClass2);
oClass1.OwnedConnector.Add(oDependency);
and
oClass1.ClientDependency.Add(oDependency);
but i get errors
Please submit a full (compilable) code example and the resulting compiler error.