메소드 | 설명 | |
---|---|---|
ApplyChangesToBusinessObject ( ) : void |
Applies any changes that have occured in any of the Controls on this control's to their related Properties on the Business Object.
|
|
BOEditorControlWin ( IClassDef classDef ) : System |
The Constructor for the BOEditorControlWin which passes in the classDef for the IBusinessObject and this control will be built using the default UIDef and the IControlFactory from the GlobalUIRegistry.ControlFactory is used to defined the User Interface for the IBusinessObject
|
|
BOEditorControlWin ( IControlFactory controlFactory, IClassDef classDef, string uiDefName ) : System |
The Constructor for the BOEditorControlWin which passes in the classDef for the IBusinessObject and the uiDefName that is used to defined the User Interface for the IBusinessObject
|
메소드 | 설명 | |
---|---|---|
SetEnableState ( ) : void |
Sets the forms enabled state.
|
public BOEditorControlWin ( IClassDef classDef ) : System | ||
classDef | IClassDef | The |
리턴 | System |
public BOEditorControlWin ( IControlFactory controlFactory, IClassDef classDef, string uiDefName ) : System | ||
controlFactory | IControlFactory | The control factory which is used to create the Controls on this form. |
classDef | IClassDef | The |
uiDefName | string | The user interface defined in the |
리턴 | System |