ReadOnlyService
ExtensionRegistry
Spotfire.Dxp.Framework.ApplicationModel ViewRegistry
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
The ViewRegistry offers support for creation of view object given a model object and a view type. When a view object is created, the ViewRegistry passes the model object as an argument to the constructor and thus allows the view object to bind to the model object. The ViewRegistry does not keep track of the view created instances.
The ViewRegistry is typically used by view object to create cildren views of model object deeper down in the model structure. For instance, the view object that displays a page in the Windows.Forms view uses the ViewRegistry to create Windows.Forms.Control-views of the visualizations on the page.
The ViewRegistry is available as a service.