IModel.CanChangeMetaclassTo Method
Namespace: NextDesign.Core
Description
Determines whether the class of this model can be changed to the specified class.
If the parent model cannot hold this model due to the class change of the model, returns false.
If this model is an association, returns false if the model at the association end cannot be held.
Arguments
Name | Type | Description |
---|---|---|
metaclass | IClass | Metaclass. If null is specified, returns false. |
Return Value
- bool