Habanero.Faces.Win.DefaultBOEditorFormWin.DefaultBOEditorFormWin C# (CSharp) Method

DefaultBOEditorFormWin() public method

Constructs the DefaultBOEditorFormWin class with the specified BusinessObject, uiDefName and IControlFactory.
public DefaultBOEditorFormWin ( BusinessObject bo, string uiDefName, IControlFactory controlFactory ) : System
bo BusinessObject The business object to represent
uiDefName string The name of the ui def to use.
controlFactory IControlFactory The to use for creating the Editor form controls
return System
        public DefaultBOEditorFormWin(BusinessObject bo, string uiDefName, IControlFactory controlFactory)
            : this(bo, uiDefName, controlFactory, controlFactory.CreateTabControl)
        {
        }

Same methods

DefaultBOEditorFormWin::DefaultBOEditorFormWin ( BusinessObject bo, string uiDefName, IControlFactory controlFactory, GroupControlCreator creator ) : System
DefaultBOEditorFormWin::DefaultBOEditorFormWin ( BusinessObject bo, string uiDefName, IControlFactory controlFactory, PostObjectEditDelegate action ) : System