The IViewModelViewFactory is an interface designed for retrieving ViewModel instances and
ViewModel details from a ViewModel factory.
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IViewModelViewFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetAll |
Returns a ClassDetail collection for all ViewModel objects in the factory
|
![]() | GetControlDetails |
The GetControlDetails method retrieves an instance of a ViewModel control and associated type.
|
![]() | InitializeImageNameConverter |
Initialize the ImageNameConverter with the IFileRepositoryService, so it can
load up images from local disk, an ftp site to web site
|
See Also