ICustomFinder.GetSelectedModels method
Namespace: NextDesign.Desktop.CustomUI
Description
Gets the list of models to be associated.
argument
| Name | Type | Description |
|---|---|---|
| model | IModel | The model to be associated. |
| field | string | The field name to be associated. |
| parentWindow | Window | The window of the view that made the finder call. When displaying a dialog, this window is the parent window. |
| selectedModels | IEnumerable <IModel> | List of models associated with the specified field of the currently specified model. Null if only new associations are allowed to be added. |
Return value
- IEnumerable <IModel>