Skip to main content

ICustomFinder.GetSelectedModels method

Namespace: NextDesign.Desktop.CustomUI

Description

Get the list of models to be associated.

argument

NameTypeDescription
modelIModelThe model to associate with.
fieldstringRelated field name.
parentWindowWindowWindow of the view that made the finder call.
When displaying a dialog, use this window as the parent window.
selectedModelsIEnumerable<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>