Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | AddLookupEditorButton () |
This Method is used to add a LookupButton to the Control and sets
Key and Text Properties. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | AfterInitializeBusinessEntityAdapterHandler (Object, AfterInitializeBusinessEntityAdapterEventArgs) |
Handles the AfterInitializeBusinessEntityAdapter event of the
Lookup Dialog |
|
| # | AssignLookupKeyValue () |
Assigns the Lookup Key Value to the column of the owning
grid Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | AssignValue (Control, character, logical) |
Assigns the Buffer Field Value to the associated Control |
|
| # | AssignValueToCell (UltraGridCell, character) |
Assigns a Character Value to a Cell Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | BeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method |
|
| + | Cleanup () |
Cleanup Method for the Lookup Control Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| - | DisplayValue (SmartBusinessEntityAdapter, character, logical) |
Displays the Values of the retrieved record after performing the lookup on the associated components. |
|
| # | DisposedHandler (Object, EventArgs) |
Event handler for the Disposed event of the SmartLookup instance Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | EndInit () |
Invoked at the end of a Containers InitializeComponents method |
|
| # | ExportLookupDefinition () |
Exports a Lookup definition to a file Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | FetchDataFromKeyValue () |
Fetches data based on the current Lookup Key Value |
|
| + | AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER GetClassName () |
Returns the class name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER GetComponentName () |
Returns the name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | System.ComponentModel.IContainer GetContainer () |
Returns a reference to the Container component/control Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | TypeConverter GetConverter () |
Returns a type converter for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER GetLookupRegistryKey () |
This Method returns a Registry Key where the Lookup size and position
is stored for each Lookup. Overrides Consultingwerk.SmartComponents.Base.SmartLookup:GetLookupRegistryKey () |
|
| + | PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | HandleForeignFieldValueChanged () |
Reopens the query of the Smart data field after a foreign field value has changed |
|
| # | HandleKeyDown (KeyEventArgs) |
Handles F3 key to invoke ShowLookupDialog method.
This Method is executed when the KeyDown Event of the base class is
fired. Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | HandleLookupDialogResult (ISmartBusinessEntityLookupDialog) |
Handles OK event of the Lookup Dialog |
|
| # | ImportLookupDefinition () |
Imports a Lookup Definition from a file Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| # | InitializeTimer () |
Initializes the Timer Component Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | InitializeTimer2 () |
Initializes the second Timer Component Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | 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 Overrides Consultingwerk.SmartComponents.Base.SmartLookup:LookupBrowserInitializeLayoutHandler (Object, InitializeLayoutEventArgs) |
|
| # | 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 |
|
| # | LookupTimer2Tick (Object, EventArgs) |
Event Handler for the Tick event of the second Lookup Timer Component Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | LookupTimer3Tick (Object, EventArgs) |
Event Handler for the Tick event of the third Lookup Timer Component |
|
| # | LookupTimerTick (Object, EventArgs) |
Event Handler for the Tick event of the Lookup Timer Component Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnAfterInitializeBusinessEntityAdapter (AfterInitializeBusinessEntityAdapterEventArgs) |
Raises the AfterInitializeBusinessEntityAdapter event |
|
| # | OnAfterPerformLookup (EventArgs) |
Raises the OnAfterPerformLookup event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnBeforeLookupDialogShown (BeforeLookupDialogShownEventArgs) |
Raises the BeforeLookupDialogShown event |
|
| # | OnBeforePerformLookup (CancelEventArgs) |
Raises the BeforePerformLookup event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnEditorButtonClick (EditorButtonEventArgs) |
Raises the Invokes the EditorButtonClick event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnEnabledChanged (EventArgs) |
Raises the EnabledChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnInitializeLookupBrowserLayout (InitializeLookupBrowserLayoutEventArgs) |
Raises the InitializeLookupBrowserLayout event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnKeyDown (KeyEventArgs) |
Raises the OnKeyDown event Overrides Consultingwerk.SmartComponents.Base.SmartLookup:OnKeyDown (KeyEventArgs) |
|
| # | OnKeyPress (KeyPressEventArgs) |
Raises the KeyPress event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnLeave (EventArgs) |
Raises the Leave event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnLookupComplete (EventArgs) |
Raises the LookupComplete event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnLookupCompleted (EventArgs) |
Raises the LookupCompleted event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnLookupDialogFormClosing (LookupDialogFormClosingEventArgs) |
Raises the LookupDialogShown event |
|
| # | OnLookupDialogShown (LookupDialogShownEventArgs) |
Raises the LookupDialogShown event |
|
| # | OnLookupKeyValueChanged (EventArgs) |
Raises the KeyValueChanged event Overrides Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign:OnLookupKeyValueChanged (EventArgs) |
|
| # | OnProvideForeignFieldValue (ProvideForeignFieldValueEventArgs) |
Raises the ProvideForeignFieldValue |
|
| # | OnShowLookupDialog (CancelEventArgs) |
Raises the ShowLookupDialog event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnTextChanged (EventArgs) |
Raises the TextChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | OnValueChanged (EventArgs) |
Raises the ValueChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | OnVerbClicked (character) |
Event Handler method for Designer Verbs Overrides Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign:OnVerbClicked (character) |
|
| + | PerformKeyDown (KeyEventArgs) |
Performs the KeyDown event for an embedded SmartLookup Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | PerformKeyPress (KeyPressEventArgs) |
Performs the KeyPress event for an embedded SmartLookup Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | PerformLeave (CancelEventArgs) |
Performs the Leave (BeforeCellDeactivate) event for an embedded SmartLookup Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | 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 Overrides Consultingwerk.SmartComponents.Base.SmartLookup:PerformLookup () |
|
| # | PerformLookup (logical) |
Performs lookup when user presses a key in the lookup field Overrides Consultingwerk.SmartComponents.Base.SmartLookup:PerformLookup (logical) |
|
| + | LOGICAL PerformLookupIfActive () |
Calls PerformLookup only if the LookupTimer is currently enabled Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | 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 |
|
| # | ShowBusinessEntityPickerDialog () |
Shows a dialog to select a Business Entity Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| # | ShowLookupDesigner () |
Invokes the Lookup Designer Dialog Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | ShowLookupDialog () |
A LookupDialog is shown with the Data Information specified with the
Properties LookupEntityName, LookupEntityTable and LookupEntityView. Overrides Consultingwerk.SmartComponents.Base.SmartLookup:ShowLookupDialog () |
|
| # | ShowLookupDialogPickerDialog () |
Invokes the Lookup Dialog Picker Dialog and sets properties of the
SmartBusinessEntityLookup during Design Time Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| # | ShowTablePickerDialog () |
Invokes the Table Picker Dialog and sets properties of the
SmartBusinessEntityLookup during Design Time Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| # | ShutdownBusinessEntityAdapter () |
Shuts down (deletes) the SmartBusinessEntityAdapter instance |
|
| # | StartTimer () |
Activates the Lookup Timer Component Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | StopTimer () |
Deactivates the Lookup Timer Component Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | UpdateCellsWithEmbeddedEditors () |
Updates cells in a Grid with values from embedded editors in case
the lookup is owned by a grid Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
| Options | Name | Purpose | |
|---|---|---|---|
| + | SmartBusinessEntityLookup () |
Constructor of the SmartBusinessEntityLookup control |
| Options | Name | Purpose | |
|---|---|---|---|
| + | AfterInitializeBusinessEntityAdapter (Object, AfterInitializeBusinessEntityAdapterEventArgs) |
Event raised when the lookups SmartBusinessEntityAdapter is initialized |
|
| + | AfterPerformLookup DELEGATE System.EventHandler |
Event raised after the lookup has performed a search Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | BeforeLookupDialogShown (Object, BeforeLookupDialogShownEventArgs) |
Raised before the Lookup Dialog is shown |
|
| + | BeforePerformLookup DELEGATE System.ComponentModel.CancelEventHandler |
Event raised before the lookup performs a search Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | InitializeLookupBrowserLayout (Object, InitializeLookupBrowserLayoutEventArgs) |
Event raised when the Lookup Dialog's browser is performing it's
layout Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | LookupComplete DELEGATE System.EventHandler |
Event raised when the Lookup has returned a record Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | LookupDialogFormClosing (Object, LookupDialogFormClosingEventArgs) |
Raised when the Lookup Dialog is closing |
|
| + | LookupDialogShown (Object, LookupDialogShownEventArgs) |
Raised when the Lookup Dialog is shown |
|
| + | LookupKeyValueChanged DELEGATE System.EventHandler |
Raised when the LookupKeyValue property has changed Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | ProvideForeignFieldValue DELEGATE System.EventHandler |
Raised to request a ForeignFieldValue |
|
| + | ShowLookupDialog DELEGATE System.ComponentModel.CancelEventHandler |
Event raised before the Lookup Dialog is shown Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
| Options | Name | Purpose | |
|---|---|---|---|
| # | CHARACTER AdapterType |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | Consultingwerk.Framework.Collections.CharacterDictionary AdditionalLookupFieldValues |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | LOGICAL AddLookupButton |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER AppServerPartition |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| # | CHARACTER BindableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CHARACTER CategorizedProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CHARACTER CategoryProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CHARACTER DescribedProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CHARACTER DescriptionProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CHARACTER DesignerVisibilityAttributes |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CHARACTER DesignerVisibilityProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | LOGICAL DesignTime |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | LOGICAL FetchDataFromKeyValueOnNavigate |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | LOGICAL FetchDataOnNavigate |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER ForeignFields |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| # | CHARACTER HiddenProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER LookupAdditionalFields |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER LookupBrowserExcludeFields |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER LookupBrowserFields |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | LOGICAL LookupCascade |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | LOGICAL LookupClearInvalidValue |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| # | LOGICAL LookupClearPending |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER LookupControls |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER LookupDialogClassName |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | LOGICAL LookupDialogExpandLastColumn |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupDialogFilterFields |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupDialogFilterOperators |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | LOGICAL LookupDialogOpenQuery |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupDialogQuerySort |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupDialogQueryString |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupDialogTitle |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER LookupDialogTranslationScope |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupEntityName |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupEntityTable |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupEntityView |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupFields |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER LookupKeyField |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | CHARACTER LookupKeyValue |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupKeyValueColumn |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupQuerySort |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | CHARACTER LookupQueryString |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
| + | System.Windows.Forms.Timer LookupTimer |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | System.Windows.Forms.Timer LookupTimer2 |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | System.Windows.Forms.Timer LookupTimer3 |
|
|
| + | INTEGER LookupTimerDelay |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | LOGICAL LookupTimerDisabled |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | CHARACTER NonBrowsableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | NumericTypeEnum NumericType |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| + | Infragistics.Win.UltraWinGrid.UltraGrid OwningGrid |
Inherited from Consultingwerk.SmartComponents.Base.SmartLookup |
|
| # | Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter SmartBusinessEntityAdapter |
|
|
| + | LOGICAL SpinThroughPartialMatches |
Inherited from Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign |
|
Top
PUBLIC AddLookupEditorButton ()
|
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AfterInitializeBusinessEntityAdapterHandler (Object, AfterInitializeBusinessEntityAdapterEventArgs)
|
||||||||||||||||||||||||||
PROTECTED AssignLookupKeyValue ()
|
||||||||||||||||||||||||||
PROTECTED AssignValue (Control, character, logical)
|
||||||||||||||||||||||||||
PROTECTED AssignValueToCell (UltraGridCell, character)
|
||||||||||||||||||||||||||
PUBLIC BeginInit ()
|
||||||||||||||||||||||||||
PUBLIC Cleanup ()
|
||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||
PRIVATE DisplayValue (SmartBusinessEntityAdapter, character, logical)
|
||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||
PUBLIC EndInit ()
|
||||||||||||||||||||||||||
PROTECTED ExportLookupDefinition ()
|
||||||||||||||||||||||||||
PUBLIC FetchDataFromKeyValue ()
|
||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
||||||||||||||||||||||||||
PUBLIC System.ComponentModel.IContainer GetContainer ()
|
||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
||||||||||||||||||||||||||
PUBLIC CHARACTER GetLookupRegistryKey ()
|
||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
||||||||||||||||||||||||||
PUBLIC HandleForeignFieldValueChanged ()
|
||||||||||||||||||||||||||
PROTECTED HandleKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||
PROTECTED HandleLookupDialogResult (ISmartBusinessEntityLookupDialog)
|
||||||||||||||||||||||||||
PROTECTED ImportLookupDefinition ()
|
||||||||||||||||||||||||||
PROTECTED InitializeTimer ()
|
||||||||||||||||||||||||||
PROTECTED InitializeTimer2 ()
|
||||||||||||||||||||||||||
PROTECTED InitializeTimer3 ()
|
||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter LaunchBusinessEntityAdapter ()
|
||||||||||||||||||||||||||
PROTECTED LookupBrowserInitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
||||||||||||||||||||||||||
PROTECTED LookupDialogFormClosedHandler (Object, FormClosedEventArgs)
|
||||||||||||||||||||||||||
PROTECTED LookupDialogFormClosingHandler (Object, FormClosingEventArgs)
|
||||||||||||||||||||||||||
PROTECTED LookupDialogShownHandler (Object, EventArgs)
|
||||||||||||||||||||||||||
PROTECTED LookupTimer2Tick (Object, EventArgs)
|
||||||||||||||||||||||||||
PROTECTED LookupTimer3Tick (Object, EventArgs)
|
||||||||||||||||||||||||||
PROTECTED LookupTimerTick (Object, EventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnAfterInitializeBusinessEntityAdapter (AfterInitializeBusinessEntityAdapterEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnAfterPerformLookup (EventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnBeforeLookupDialogShown (BeforeLookupDialogShownEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnBeforePerformLookup (CancelEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnEditorButtonClick (EditorButtonEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnEnabledChanged (EventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnInitializeLookupBrowserLayout (InitializeLookupBrowserLayoutEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnKeyPress (KeyPressEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnLeave (EventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnLookupComplete (EventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnLookupCompleted (EventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnLookupDialogFormClosing (LookupDialogFormClosingEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnLookupDialogShown (LookupDialogShownEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnLookupKeyValueChanged (EventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnProvideForeignFieldValue (ProvideForeignFieldValueEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnShowLookupDialog (CancelEventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnTextChanged (EventArgs)
|
||||||||||||||||||||||||||
PROTECTED OnValueChanged (EventArgs)
|
||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||
PUBLIC PerformKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||
PUBLIC PerformKeyPress (KeyPressEventArgs)
|
||||||||||||||||||||||||||
PUBLIC PerformLeave (CancelEventArgs)
|
||||||||||||||||||||||||||
PUBLIC PerformLookup ()
|
||||||||||||||||||||||||||
PROTECTED PerformLookup (logical)
|
||||||||||||||||||||||||||
PUBLIC LOGICAL PerformLookupIfActive ()
|
||||||||||||||||||||||||||
PROTECTED PopulateAdditionalFieldDictionary (ILookupFieldSource)
|
||||||||||||||||||||||||||
PROTECTED PopulateAdditionalFieldDictionary (SmartBusinessEntityAdapter)
|
||||||||||||||||||||||||||
PUBLIC ProvideForeignFieldValue (ProvideForeignFieldValueEventArgs)
|
||||||||||||||||||||||||||
PROTECTED ShowBusinessEntityPickerDialog ()
|
||||||||||||||||||||||||||
PROTECTED ShowLookupDesigner ()
|
||||||||||||||||||||||||||
PUBLIC ShowLookupDialog ()
|
||||||||||||||||||||||||||
PROTECTED ShowLookupDialogPickerDialog ()
|
||||||||||||||||||||||||||
PROTECTED ShowTablePickerDialog ()
|
||||||||||||||||||||||||||
PROTECTED ShutdownBusinessEntityAdapter ()
|
||||||||||||||||||||||||||
PROTECTED StartTimer ()
|
||||||||||||||||||||||||||
PUBLIC StopTimer ()
|
||||||||||||||||||||||||||
PROTECTED UpdateCellsWithEmbeddedEditors ()
|
||||||||||||||||||||||||||
PUBLIC SmartBusinessEntityLookup ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
PUBLIC AfterInitializeBusinessEntityAdapter (Object, AfterInitializeBusinessEntityAdapterEventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterPerformLookup DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC BeforeLookupDialogShown (Object, BeforeLookupDialogShownEventArgs)
|
||||||||||||||||||||||
PUBLIC BeforePerformLookup DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||
PUBLIC InitializeLookupBrowserLayout (Object, InitializeLookupBrowserLayoutEventArgs)
|
||||||||||||||||||||||
PUBLIC LookupComplete DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC LookupDialogFormClosing (Object, LookupDialogFormClosingEventArgs)
|
||||||||||||||||||||||
PUBLIC LookupDialogShown (Object, LookupDialogShownEventArgs)
|
||||||||||||||||||||||
PUBLIC LookupKeyValueChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC ProvideForeignFieldValue DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC ShowLookupDialog DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||
PROTECTED CHARACTER AdapterType
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.Framework.Collections.CharacterDictionary AdditionalLookupFieldValues
|
|||||||||
PUBLIC LOGICAL AddLookupButton
|
|||||||||
PUBLIC CHARACTER AppServerPartition
|
|||||||||
PROTECTED CHARACTER BindableProperties
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||
PROTECTED LOGICAL DesignTime
|
|||||||||
PUBLIC LOGICAL FetchDataFromKeyValueOnNavigate
|
|||||||||
PUBLIC LOGICAL FetchDataOnNavigate
|
|||||||||
PUBLIC CHARACTER ForeignFields
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC CHARACTER LookupAdditionalFields
|
|||||||||
PUBLIC CHARACTER LookupBrowserExcludeFields
|
|||||||||
PUBLIC CHARACTER LookupBrowserFields
|
|||||||||
PUBLIC LOGICAL LookupCascade
|
|||||||||
PUBLIC LOGICAL LookupClearInvalidValue
|
|||||||||
PROTECTED LOGICAL LookupClearPending
|
|||||||||
PUBLIC CHARACTER LookupControls
|
|||||||||
PUBLIC CHARACTER LookupDialogClassName
|
|||||||||
PUBLIC LOGICAL LookupDialogExpandLastColumn
|
|||||||||
PUBLIC CHARACTER LookupDialogFilterFields
|
|||||||||
PUBLIC CHARACTER LookupDialogFilterOperators
|
|||||||||
PUBLIC LOGICAL LookupDialogOpenQuery
|
|||||||||
PUBLIC CHARACTER LookupDialogQuerySort
|
|||||||||
PUBLIC CHARACTER LookupDialogQueryString
|
|||||||||
PUBLIC CHARACTER LookupDialogTitle
|
|||||||||
PUBLIC CHARACTER LookupDialogTranslationScope
|
|||||||||
PUBLIC CHARACTER LookupEntityName
|
|||||||||
PUBLIC CHARACTER LookupEntityTable
|
|||||||||
PUBLIC CHARACTER LookupEntityView
|
|||||||||
PUBLIC CHARACTER LookupFields
|
|||||||||
PUBLIC CHARACTER LookupKeyField
|
|||||||||
PUBLIC CHARACTER LookupKeyValue
|
|||||||||
PUBLIC CHARACTER LookupKeyValueColumn
|
|||||||||
PUBLIC CHARACTER LookupQuerySort
|
|||||||||
PUBLIC CHARACTER LookupQueryString
|
|||||||||
PUBLIC System.Windows.Forms.Timer LookupTimer
|
|||||||||
PUBLIC System.Windows.Forms.Timer LookupTimer2
|
|||||||||
PUBLIC System.Windows.Forms.Timer LookupTimer3
|
|||||||||
PUBLIC INTEGER LookupTimerDelay
|
|||||||||
PUBLIC LOGICAL LookupTimerDisabled
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PUBLIC NumericTypeEnum NumericType
|
|||||||||
PUBLIC Infragistics.Win.UltraWinGrid.UltraGrid OwningGrid
|
|||||||||
PROTECTED Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter SmartBusinessEntityAdapter
|
|||||||||
PUBLIC LOGICAL SpinThroughPartialMatches
|
|||||||||