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
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: BooleanTrue if the specified class was found, otherwise false.
See Also