IModelDictionary interface
Namespace: NextDesign.Desktop
Description
Model dictionaries and catalogs.
Affiliation event area
| Name | Description |
|---|---|
| Model | Notifies creation/update/move/delete and selection of models. |
Method
| Name | Description |
|---|---|
| Contains | Checks if the specified model is contained in this dictionary. |
| ContainsById | Checks if the model with the given identifier is contained in this dictionary. |
| GetByClass | Gets the model for the specified class or its subclasses. |
| GetByClasses | Gets models for multiple specified classes, or their subclasses. |
| ToList | Gets all models contained in this dictionary. |