DbMaintenanceViewModelBase Members
The DbMaintenanceViewModelBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DbMaintenanceViewModelBase |
Initializes a new instance of the DbMaintenanceViewModelBase class.
|
Methods
Name | Description | |
---|---|---|
CreatePrinterSetupArgs |
Creates the printer setup arguments.
|
|
DoDelete |
Executed when the Delete button is clicked.
|
|
DoSave |
Executed when the Save button is clicked.
|
|
FireCloseEvent |
Fires the close event.
|
|
FireDeleteEvent |
Fires the delete event.
|
|
FireFindEvent |
Fires the find event.
|
|
FireInitializeEvent |
Fires the initialize event.
|
|
FireNewEvent |
Fires the new event.
|
|
FireNextEvent |
Fires the next event.
|
|
FirePreviousEvent |
Fires the previous event.
|
|
FireSaveEvent |
Fires the save event.
|
|
FireSelectEvent |
Fires the select event.
|
|
InitializeFromLookupData |
Initializes from lookup data that is sent when the user wishes to add/view lookup data on the fly.
|
|
InternalInitialize |
Internals the initialize.
|
|
MakeAdditionalFilter |
Makes the additional filter.
|
|
MapFieldToUiCommand |
Maps the field to UI command.
|
|
MapLookupColumns |
Maps the lookup columns.
|
|
NotifyProcessingHeader |
Notifies the processing header.
|
|
OnCheckDirtyFlagMessageShown |
Called when [check dirty flag message shown].
|
|
OnDeleteButton |
Executed when the Delete button is clicked.
|
|
OnFindButton |
Executed when the Find button is clicked.
|
|
OnGotoNextButton |
Executed when Next button is clicked.
|
|
OnGotoPreviousButton |
Executed when Previous button is clicked.
|
|
OnKeyControlLeave |
Executed when the key control looses focus. Used to ensure no duplicate value in the key control is entered.
|
|
OnNewButton |
Executed when the New button is clicked.
|
|
OnPropertyChanged |
Executed when a property value has changed.
|
|
OnReadOnlyModeChanged |
Called when [read only mode changed].
|
|
OnRecordDirtyChanged |
Called when [record dirty changed].
|
|
OnRecordSelected(LookupSelectArgs) |
Called when [record selected].
|
|
OnRecordSelected(PrimaryKeyValue) |
Called when [record selected].
|
|
OnSaveButton |
Executed when the Save button is clicked.
|
|
OnSelectButton |
Executed when the Select button is clicked.
|
|
OnViewLoaded |
Executed when the view is loaded. Sets the View interface and initializes this object.
|
|
OnWindowClosing |
Executed when the user is trying to close the view.
|
|
PrintOutput |
Prints the output.
|
|
ProcessLookupPrintOutput |
Processes the lookup print output.
|
|
ProcessPrintOutputData |
Processes the print output data.
|
|
RegisterGrid |
Registers the grid.
|
|
RegisterLookup |
Registers the lookup.
|
|
Setup |
Setups the specified lookup definition.
|
|
SetupPrinterArgs |
Setups the printer arguments.
|
Properties
Name | Description | |
---|---|---|
CheckDirtyFlag |
Gets or sets a value indicating whether [check dirty flag].
|
|
DeleteButtonEnabled |
Gets or sets a value indicating whether the Delete button is enabled.
|
|
DeleteCommand |
Gets the delete command.
|
|
DeleteUiCommand |
Gets the delete UI command.
|
|
FindButtonInitialSearchFor |
Gets the initial search for text when the Find button is clicked. By default it is the key auto fill text.
|
|
FindButtonLookupDefinition |
Gets or sets the find button lookup definition. By default it is the Lookup definition attached to the Table definition.
|
|
FindCommand |
Gets the find command.
|
|
FindUiCommand |
Gets the find UI command.
|
|
Grids |
Gets the grids.
|
|
InputParameter |
Gets or sets the input parameter.
|
|
KeyAutoFillSetup |
Gets the unique key control auto fill setup.
|
|
KeyAutoFillUiCommand |
Gets the key automatic fill UI command.
|
|
KeyAutoFillValue |
Gets or sets the unique key control auto fill value.
|
|
KeyValueDirty |
Gets or sets a value indicating whether the data in the user-editable unique key value control has been changed. Used when focus leaves the unique user-editable control. When that happens and this value is true, then the record matching that unique value is automatically loaded.
|
|
LastSavedDate |
Gets or sets the last saved date.
|
|
LockDate |
Gets or sets the lock date.
|
|
LookupAddViewArgs |
Gets the add-on-the fly arguments sent by the LookupControl or the LookupWindow.
|
|
Lookups |
Gets the lookups.
|
|
MaintenanceButtonsUiCommand |
Gets the maintenance buttons UI command.
|
|
MaintenanceMode |
Gets or sets the maintenance mode.
|
|
NewButtonEnabled |
Gets or sets a value indicating whether the New button is enabled.
|
|
NewCommand |
Creates new command.
|
|
NewUiCommand |
Creates new uicommand.
|
|
NextCommand |
Gets the next command.
|
|
NextUiCommand |
Gets the next UI command.
|
|
PreviousCommand |
Gets the previous command.
|
|
PreviousUiCommand |
Gets the previous UI command.
|
|
PrimaryKeyControlsEnabled |
Gets or sets a value indicating whether the primary key controls are enabled.
|
|
PrintCommand |
Gets the print command.
|
|
PrintUiCommand |
Gets the print UI command.
|
|
Processor |
Gets or sets the processor.
|
|
ReadOnlyMode |
Gets or sets a value indicating whether [read only mode].
|
|
RecordDirty |
Gets or sets a value indicating whether the user has changed the data on this record and has yet to save.
|
|
SaveButtonEnabled |
Gets or sets a value indicating whether the Save button is enabled.
|
|
SaveCommand |
Gets the save command.
|
|
SaveUiCommand |
Gets the save UI command.
|
|
SelectButtonEnabled |
Gets or sets a value indicating whether the Select button is enabled.
|
|
SelectCommand |
Gets the select command.
|
|
SelectUiCommand |
Gets the select UI command.
|
|
StatusBarUiCommand |
Gets the status bar UI command.
|
|
TableDefinitionBase |
Gets the table definition.
|
|
UiControls |
Gets the UI controls.
|
|
View |
Gets the view.
|
|
ViewLookupDefinition |
Gets the view lookup definition used to get the next and previous record.
|
Events
Name | Description | |
---|---|---|
CheckDirtyMessageShown |
Occurs when [check dirty message shown].
|
|
CloseEvent |
Occurs when [close event].
|
|
DeleteEvent |
Occurs when [delete event].
|
|
FindEvent |
Occurs when [find event].
|
|
InitializeEvent |
Occurs when [initialize event].
|
|
NewEvent |
Creates new event.
|
|
NextEvent |
Occurs when [next event].
|
|
PreviousEvent |
Occurs when [previous event].
|
|
PrintProcessingHeader |
Occurs when [print processing header].
|
|
PropertyChanged |
Occurs when a property value changes.
|
|
SaveEvent |
Occurs when [save event].
|
|
SelectEvent |
Occurs when [select event].
|