Namespace: Consultingwerk.Windows.Framework.Menu
Class 
CallParameterControlFactory Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Windows.Framework.Menu.ICallParameterControlFactory

File:CallParameterControlFactory
Purpose:Factory class for the UI Controls used to editor the
Call Parameter classes in the menu function maintenance
Syntax:Relies on a static property called "EditorControl" in the
IFunctionCallParameter implementations
Author(s):Marko Rüterbories / Consultingwerk Ltd.
Created:Tue Dec 04 20:05:12 CET 2012
Purpose: Returns an instance of a CallParameterControl based on the type of
the CallParameter
Notes:



Top Method Summary
Options Name Purpose
+ System.Windows.Forms.UserControl GetCallParameterControl (Class) Returns an instance of a CallParameterControl based on the type of the CallParameter
- System.Windows.Forms.UserControl InternalGetControl (character) Internal Method to handle the creation an caching of control instances


Method Detail
Top

PUBLIC System.Windows.Forms.UserControl GetCallParameterControl (Class)

Purpose: Returns an instance of a CallParameterControl based on the type of
the CallParameter
Notes:

Parameters:
poCallParameterType Progress.Lang.Class
The class referenceof the CallParameter for which a UserControl should be provided
Returns System.Windows.Forms.UserControl
The specialized CallParameterControl instance
Top

PRIVATE System.Windows.Forms.UserControl InternalGetControl (character)

Purpose: Internal Method to handle the creation an caching of control instances
Notes:

Parameters:
pcUserControlClassName CHARACTER
The full type name of the user control class naem
Returns System.Windows.Forms.UserControl
The CallParameterControl instance


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:19:34