LookupDataMauiBase Members
The LookupDataMauiBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupDataMauiBase |
Initializes a new instance of the LookupDataMauiBase class.
|
Methods
Name | Description | |
---|---|---|
AddNewRow |
Adds the new row.
|
|
ClearData |
Clears the data.
|
|
DoPrintOutput |
Does the print output.
|
|
FireLookupDataChangedEvent |
Fires the lookup data changed event.
|
|
FirePrintOutputEvent |
Fires the print output event.
|
|
GetDatabaseRowValue |
Gets the database row value.
|
|
GetEntityForPrimaryKey |
Gets the entity for primary key.
|
|
GetFormattedRowValue |
Gets the formatted row value.
|
|
GetInitData |
Gets the initialize data.
|
|
GetPrimaryKeyValueForSearchText |
Gets the primary key value for search text.
|
|
GetPrinterHeaderRow |
Gets the printer header row.
|
|
GetRecordCount |
Gets the record count.
|
|
GetSelectedPrimaryKeyValue |
Gets the selected primary key value.
|
|
GetSelectedText |
Gets the selected text.
|
|
GotoBottom |
Gotoes the bottom.
|
|
GotoNextPage |
Gotoes the next page.
|
|
GotoNextRecord |
Gotoes the next record.
|
|
GotoPreviousPage |
Gotoes the previous page.
|
|
GotoPreviousRecord |
Gotoes the previous record.
|
|
GotoTop |
Gotoes the top.
|
|
IsThereData |
Determines whether [is there data].
|
|
OnColumnClick |
Called when [column click].
|
|
OnDataSourceChanged |
Called when [data source changed].
|
|
OnLookupView |
Occurs when a user wishes to view a selected lookup row. Fires the LookupView event.
|
|
OnMouseWheelBack |
Called when [mouse wheel back].
|
|
OnMouseWheelForward |
Called when [mouse wheel forward].
|
|
OnSearchForChange |
Called when [search for change].
|
|
OnSizeChanged |
Called when [size changed].
|
|
RefreshData |
Refreshes the data.
|
|
SelectPrimaryKey |
Selects the primary key.
|
|
SetNewPrimaryKeyValue |
Sets the new primary key value.
|
|
SetParentControls |
Sets the parent controls.
|
|
ViewSelectedRow |
Views the selected row.
|
Properties
Name | Description | |
---|---|---|
DbMaintenanceMode | ||
InputMode |
Gets or sets a value indicating whether [input mode].
|
|
LookupControl |
Gets the lookup control.
|
|
LookupDefinition |
Gets the lookup definition.
|
|
LookupWindow |
Gets the lookup window.
|
|
OrderByList |
Gets the order by list.
|
|
ParentWindowPrimaryKeyValue |
Gets or sets the parent window's primary key value.
|
|
RowCount |
Gets the row count.
|
|
ScrollPosition |
Gets or sets the scroll position.
|
|
SelectedPrimaryKeyValue |
Gets the selected primary key value.
|
Events
Name | Description | |
---|---|---|
DataSourceChanged |
Occurs when [data source changed].
|
|
LookupDataChanged |
Occurs when [lookup data changed].
|
|
LookupView |
Occurs when a user wishes to view a selected lookup row. Used to show the appropriate editor for the selected lookup row.
|
|
PrintOutput |
Occurs when [print output].
|