IViewModelViewFactoryGetControlDetails Method

The GetControlDetails method retrieves an instance of a ViewModel control and associated type.

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

bool GetControlDetails(
	string className,
	out Type control,
	out Type viewModel
)

Parameters

className
Type: SystemString
The name of the class to use for retrieving the associated ViewModel instance.
control
Type: SystemType
Returns an instance of a ViewModel control
viewModel
Type: SystemType
Returns the type of the ViewModel control

Return Value

Type: Boolean
True if the specified class was found, otherwise false.
See Also

Reference