IModel.GetReferenceFieldsOf method
Namespace: NextDesign.Core
Description
Gets the reference fields of the type that can store the specified model among the reference fields of the class of this instance.
The fields retrieved by this method are the same as Model.Metaclass.GetReferenceFieldOf(model.Metaclass).
Also, field constraints such as multiplicity and path constraints are not evaluated.
argument
Name | Type | Description |
---|---|---|
model | IModel | Model |
Return value
- IFieldCollection