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