Skip to main content

ICustomFinder.GetSelectedModels method

Namespace: NextDesign.Desktop.CustomUI

Description

Gets the list of models to be associated.

argument

NameTypeDescription
modelIModelThe model to be associated.
fieldstringThe field name to be associated.
parentWindowWindowThe window of the view that made the finder call.
When displaying a dialog, this window is the parent window.
selectedModelsIEnumerable <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>