Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| AfterInitializeBusinessEntityAdapterHandler (Object, AfterInitializeBusinessEntityAdapterEventArgs) |
Handles the AfterInitializeBusinessEntityAdapter event of the
Lookup Dialog |
||
| AssignValue (Control, character, logical) |
Assigns the Buffer Field Value to the associated Control |
||
| BeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method |
||
| DisplayValue (SmartBusinessEntityAdapter, character, logical) |
Displays the Values of the retrieved record after performing the lookup on the associated components. |
||
| EndInit () |
Invoked at the end of a Containers InitializeComponents method |
||
| FetchDataFromKeyValue () |
Fetches data based on the current Lookup Key Value |
||
| CHARACTER GetLookupRegistryKey () |
This Method returns a Registry Key where the Lookup size and position
is stored for each Lookup. |
||
| HandleForeignFieldValueChanged () |
Reopens the query of the Smart data field after a foreign field value has changed |
||
| HandleLookupDialogResult (ISmartBusinessEntityLookupDialog) |
Handles OK event of the Lookup Dialog |
||
| InitializeTimer3 () |
Initializes the third Timer Component |
||
| Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter LaunchBusinessEntityAdapter () |
Launches the SmartBusinessEntityAdapter instance |
||
| LookupBrowserInitializeLayoutHandler (Object, InitializeLayoutEventArgs) |
Handles the InitializeLayout event of the Lookup Browser |
||
| LookupDialogFormClosedHandler (Object, FormClosedEventArgs) |
Event handler for the FormClosed event of the Lookup Dialog |
||
| LookupDialogFormClosingHandler (Object, FormClosingEventArgs) |
Event handler for the FormClosing event of the Lookup Dialog |
||
| LookupDialogShownHandler (Object, EventArgs) |
Event handler for the Shown event of the Lookup Dialog |
||
| LookupTimer3Tick (Object, EventArgs) |
Event Handler for the Tick event of the third Lookup Timer Component |
||
| OnAfterInitializeBusinessEntityAdapter (AfterInitializeBusinessEntityAdapterEventArgs) |
Raises the AfterInitializeBusinessEntityAdapter event |
||
| OnBeforeLookupDialogShown (BeforeLookupDialogShownEventArgs) |
Raises the BeforeLookupDialogShown event |
||
| OnKeyDown (KeyEventArgs) |
Raises the OnKeyDown event |
||
| OnLookupDialogFormClosing (LookupDialogFormClosingEventArgs) |
Raises the LookupDialogShown event |
||
| OnLookupDialogShown (LookupDialogShownEventArgs) |
Raises the LookupDialogShown event |
||
| OnLookupKeyValueChanged (EventArgs) |
Raises the KeyValueChanged event |
||
| OnProvideForeignFieldValue (ProvideForeignFieldValueEventArgs) |
Raises the ProvideForeignFieldValue |
||
| PerformLookup () |
Performs the lookup functionality, performs a call to the data source
to retrieve the record based on the field value the user entered
in the lookup control |
||
| PerformLookup (logical) |
Performs lookup when user presses a key in the lookup field |
||
| PopulateAdditionalFieldDictionary (ILookupFieldSource) |
Populates the dictionary with the additional lookup field values |
||
| PopulateAdditionalFieldDictionary (SmartBusinessEntityAdapter) |
Populates the dictionary with the additional lookup field values |
||
| ProvideForeignFieldValue (ProvideForeignFieldValueEventArgs) |
Callback method to provide values for a foreign field |
||
| ShowLookupDialog () |
A LookupDialog is shown with the Data Information specified with the
Properties LookupEntityName, LookupEntityTable and LookupEntityView. |
||
| ShutdownBusinessEntityAdapter () |
Shuts down (deletes) the SmartBusinessEntityAdapter instance |
| Options | Name | Purpose | |
|---|---|---|---|
| SmartBusinessEntityLookup () |
Constructor of the SmartBusinessEntityLookup control |
| Options | Name | Purpose | |
|---|---|---|---|
| AfterInitializeBusinessEntityAdapter (Object, AfterInitializeBusinessEntityAdapterEventArgs) |
Event raised when the lookups SmartBusinessEntityAdapter is initialized |
||
| BeforeLookupDialogShown (Object, BeforeLookupDialogShownEventArgs) |
Raised before the Lookup Dialog is shown |
||
| LookupDialogFormClosing (Object, LookupDialogFormClosingEventArgs) |
Raised when the Lookup Dialog is closing |
||
| LookupDialogShown (Object, LookupDialogShownEventArgs) |
Raised when the Lookup Dialog is shown |
||
| ProvideForeignFieldValue DELEGATE System.EventHandler |
Raised to request a ForeignFieldValue |
| Options | Name | Purpose | |
|---|---|---|---|
| System.Windows.Forms.Timer LookupTimer3 |
|
||
| Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter SmartBusinessEntityAdapter |
|
|
Top
AfterInitializeBusinessEntityAdapterHandler (Object, AfterInitializeBusinessEntityAdapterEventArgs)
|
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AssignValue (Control, character, logical)
|
||||||||||||||||||||||||||
BeginInit ()
|
||||||||||||||||||||||||||
DisplayValue (SmartBusinessEntityAdapter, character, logical)
|
||||||||||||||||||||||||||
EndInit ()
|
||||||||||||||||||||||||||
FetchDataFromKeyValue ()
|
||||||||||||||||||||||||||
CHARACTER GetLookupRegistryKey ()
|
||||||||||||||||||||||||||
HandleForeignFieldValueChanged ()
|
||||||||||||||||||||||||||
HandleLookupDialogResult (ISmartBusinessEntityLookupDialog)
|
||||||||||||||||||||||||||
InitializeTimer3 ()
|
||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter LaunchBusinessEntityAdapter ()
|
||||||||||||||||||||||||||
LookupBrowserInitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
||||||||||||||||||||||||||
LookupDialogFormClosedHandler (Object, FormClosedEventArgs)
|
||||||||||||||||||||||||||
LookupDialogFormClosingHandler (Object, FormClosingEventArgs)
|
||||||||||||||||||||||||||
LookupDialogShownHandler (Object, EventArgs)
|
||||||||||||||||||||||||||
LookupTimer3Tick (Object, EventArgs)
|
||||||||||||||||||||||||||
OnAfterInitializeBusinessEntityAdapter (AfterInitializeBusinessEntityAdapterEventArgs)
|
||||||||||||||||||||||||||
OnBeforeLookupDialogShown (BeforeLookupDialogShownEventArgs)
|
||||||||||||||||||||||||||
OnKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||
OnLookupDialogFormClosing (LookupDialogFormClosingEventArgs)
|
||||||||||||||||||||||||||
OnLookupDialogShown (LookupDialogShownEventArgs)
|
||||||||||||||||||||||||||
OnLookupKeyValueChanged (EventArgs)
|
||||||||||||||||||||||||||
OnProvideForeignFieldValue (ProvideForeignFieldValueEventArgs)
|
||||||||||||||||||||||||||
PerformLookup ()
|
||||||||||||||||||||||||||
PerformLookup (logical)
|
||||||||||||||||||||||||||
PopulateAdditionalFieldDictionary (ILookupFieldSource)
|
||||||||||||||||||||||||||
PopulateAdditionalFieldDictionary (SmartBusinessEntityAdapter)
|
||||||||||||||||||||||||||
ProvideForeignFieldValue (ProvideForeignFieldValueEventArgs)
|
||||||||||||||||||||||||||
ShowLookupDialog ()
|
||||||||||||||||||||||||||
ShutdownBusinessEntityAdapter ()
|
||||||||||||||||||||||||||
SmartBusinessEntityLookup ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
AfterInitializeBusinessEntityAdapter (Object, AfterInitializeBusinessEntityAdapterEventArgs)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BeforeLookupDialogShown (Object, BeforeLookupDialogShownEventArgs)
|
||||||||||||||||||||
LookupDialogFormClosing (Object, LookupDialogFormClosingEventArgs)
|
||||||||||||||||||||
LookupDialogShown (Object, LookupDialogShownEventArgs)
|
||||||||||||||||||||
ProvideForeignFieldValue DELEGATE System.EventHandler
|
||||||||||||||||||||
System.Windows.Forms.Timer LookupTimer3
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter SmartBusinessEntityAdapter
|
|||||||||