IViewModelViewFactory Interface

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

public interface IViewModelViewFactory

The IViewModelViewFactory type exposes the following members.

Methods

  NameDescription
Public methodGetAll
Returns a ClassDetail collection for all ViewModel objects in the factory
Public methodGetControlDetails
The GetControlDetails method retrieves an instance of a ViewModel control and associated type.
Public methodInitializeImageNameConverter
Initialize the ImageNameConverter with the IFileRepositoryService, so it can load up images from local disk, an ftp site to web site
Top
See Also

Reference