Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | ClearDataFields () |
Invokes the InternalClearDataFields Method and makes sure that no
Writeback happends |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | InternalClearDataFields () |
Clear all editor fields |
|
# | OnLoad (EventArgs) |
Initializes the ControlEventHandler after the initialization of the
UserControl Overrides Consultingwerk.SmartComponents.Base.SmartUserControl:OnLoad (EventArgs) |
|
# | OnTextChanged (EventArgs) |
The Text property is used to synchronize the JSON serialized
Objects between the UserControl and the Viewer in which it is used. |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | RecurseInitializeControlEventHandler (Control) |
Subscribe the EventHandler(s) to events of all editor controls added
to the EmbeddedAbstractBaseControl. |
|
+ | TextChangedEventHandler (Object, EventArgs) |
Event handler for the TextChangedEvent event of Editor Controls on
the EmbeddedAbstractBaseControl to write back the current value of the
JSON Object to the Text property of the UserControl. |
|
# | UpdateUiData () |
Updates the data shown in the UI |
|
# | WritebackCallParameterToTextProperty () |
Updates the data of the CallParameter object after the user has
entered data to the UI |
Options | Name | Purpose | |
---|---|---|---|
+ | EmbeddedAbstractBaseControl () |
Constructor for the EmbeddedAbstractBaseControl class |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL AddingRecord |
represent the current mode. The Databinding has to be disabled when
adding a new record. |
|
# | Consultingwerk.ISerializable CallParameterObject |
Gets and sets the current CallParameterObject instance |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
Top
PUBLIC ClearDataFields ()
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||||||
PROTECTED InternalClearDataFields ()
|
||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||||||
PROTECTED OnTextChanged (EventArgs)
|
||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||||||
PROTECTED RecurseInitializeControlEventHandler (Control)
|
||||||||||||||||||||||||
PUBLIC TextChangedEventHandler (Object, EventArgs)
|
||||||||||||||||||||||||
PROTECTED UpdateUiData ()
|
||||||||||||||||||||||||
PROTECTED WritebackCallParameterToTextProperty ()
|
PUBLIC EmbeddedAbstractBaseControl ()
|
---|
PUBLIC LOGICAL AddingRecord
|
|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Consultingwerk.ISerializable CallParameterObject
|
|||||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|