RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupDataMauiBase Members

The LookupDataMauiBase type exposes the following members.

Constructors


  Name Description
Public method LookupDataMauiBase
Initializes a new instance of the LookupDataMauiBase class.

Methods


  Name Description
Public method AddNewRow
Adds the new row.
Public method ClearData
Clears the data.
Public method DoPrintOutput
Does the print output.
Protected method FireLookupDataChangedEvent
Fires the lookup data changed event.
Protected method FirePrintOutputEvent
Fires the print output event.
Public method GetDatabaseRowValue
Gets the database row value.
Public method GetEntityForPrimaryKey
Gets the entity for primary key.
Public method GetFormattedRowValue
Gets the formatted row value.
Public method GetInitData
Gets the initialize data.
Public method GetPrimaryKeyValueForSearchText
Gets the primary key value for search text.
Public method GetPrinterHeaderRow
Gets the printer header row.
Public method GetRecordCount
Gets the record count.
Public method GetSelectedPrimaryKeyValue
Gets the selected primary key value.
Public method GetSelectedText
Gets the selected text.
Public method GotoBottom
Gotoes the bottom.
Public method GotoNextPage
Gotoes the next page.
Public method GotoNextRecord
Gotoes the next record.
Public method GotoPreviousPage
Gotoes the previous page.
Public method GotoPreviousRecord
Gotoes the previous record.
Public method GotoTop
Gotoes the top.
Public method IsThereData
Determines whether [is there data].
Public method OnColumnClick
Called when [column click].
Protected method OnDataSourceChanged
Called when [data source changed].
Protected method OnLookupView
Occurs when a user wishes to view a selected lookup row. Fires the LookupView event.
Public method OnMouseWheelBack
Called when [mouse wheel back].
Public method OnMouseWheelForward
Called when [mouse wheel forward].
Public method OnSearchForChange
Called when [search for change].
Public method OnSizeChanged
Called when [size changed].
Public method RefreshData
Refreshes the data.
Public method SelectPrimaryKey
Selects the primary key.
Public method SetNewPrimaryKeyValue
Sets the new primary key value.
Public method SetParentControls
Sets the parent controls.
Public method ViewSelectedRow
Views the selected row.

Properties


  Name Description
Public property DbMaintenanceMode
Public property InputMode
Gets or sets a value indicating whether [input mode].
Public property LookupControl
Gets the lookup control.
Public property LookupDefinition
Gets the lookup definition.
Public property LookupWindow
Gets the lookup window.
Public property OrderByList
Gets the order by list.
Public property ParentWindowPrimaryKeyValue
Gets or sets the parent window's primary key value.
Public property RowCount
Gets the row count.
Public property ScrollPosition
Gets or sets the scroll position.
Public property SelectedPrimaryKeyValue
Gets the selected primary key value.

Events


  Name Description
Public event DataSourceChanged
Occurs when [data source changed].
Public event LookupDataChanged
Occurs when [lookup data changed].
Public event LookupView
Occurs when a user wishes to view a selected lookup row. Used to show the appropriate editor for the selected lookup row.
Public event PrintOutput
Occurs when [print output].