ModelBeforeNewRelationEventParams.RelatingTo property
Namespace: NextDesign.Desktop
Description
New Associations
IModelRelatingTo { get; }
types
Annotations
About API specification change and migration method in Ver.1.1
From Ver.1.1, the model that can be obtained with this property has been changed as follows.
- Before change: Model corresponding to the operation end point on the UI
- After change: A model that corresponds to the Target side class of the related class, regardless of user operations on the UI
If you are using this API, please change the corresponding part in the extension along with the version upgrade to Ver.1.1 or later.