RingSoft.DataEntryControls.Engine Namespace
Classes
Class | Description | |
---|---|---|
CalculatorProcessor |
Class CalculatorProcessor.
|
|
ControlsGlobals |
Static class to handle common user interface functions
|
|
DataEntryNumericControlProcessor |
Class DataEntryNumericControlProcessor.
|
|
DateEditControlSetup |
All the properties necessary to setup a date edit control.
|
|
DecimalEditControlSetup |
All the properties necessary to set up a DecimalEditControl.
|
|
EnumFieldTranslation |
A list of enum numeric values and their corresponding description values.
|
|
ExtensionMethods |
Class ExtensionMethods.
|
|
IntegerEditControlSetup |
All the properties necessary to set up an IntegerEditControl.
|
|
NumericEditControlSetup<(Of <(<'T>)>)> |
Class NumericEditControlSetup.
|
|
RelayCommand |
Class RelayCommand. Used to set ViewModel commands.
Implements the ICommand
|
|
RelayCommand<(Of <(<'T>)>)> |
Class RelayCommand. Used to set ViewModel commands with event input parameters.
Implements the ICommand
|
|
TextComboBoxControlSetup |
All the properties necessary to set up a combo box.
|
|
TextComboBoxItem |
An item inside a combo box.
|
|
TypeTranslation |
A database field's numeric value and its corresponding text value.
|
|
UiCaptionArgs |
Class UiCaptionArgs.
|
|
UiCommand |
Class UiCommand.
|
|
UiEnabledArgs |
Class UiEnabledArgs.
|
|
UiLostFocusArgs |
Class UiLostFocusArgs.
|
|
UiReadOnlyArgs |
Class UiReadOnlyArgs.
|
|
UiVisibilityArgs |
Class UiVisibilityArgs.
|
|
ValueChangedArgs |
Class ValueChangedArgs.
|
Interfaces
Interface | Description | |
---|---|---|
ICalculatorControl |
Interface ICalculatorControl
|
|
IControlsUserInterface |
Implement this to so DbLookup classes can interact with the user interface.
|
|
IDateEditControl |
Interface IDateEditControl
Extends the IDropDownControl
|
|
IDropDownControl |
Interface IDropDownControl
|
|
INumericControl |
A numeric control (Decimal, Integer)
Extends the IDropDownControl
|
Enumerations
Enumeration | Description | |
---|---|---|
CalculatorOperators |
Enum CalculatorOperators
|
|
DataEntryModes |
Data Entry Modes
|
|
DateFormatTypes |
Enum DateFormatTypes
|
|
DecimalEditFormatTypes |
Enum DecimalEditFormatTypes
|
|
MessageBoxButtonsResult |
Message Box result
|
|
NumberSymbolLocations |
Enum NumberSymbolLocations
|
|
ProcessCharResults |
Enum ProcessCharResults
|
|
RsMessageBoxIcons |
Message Box icons.
|
|
UiVisibilityTypes |
Visibility Types
|
|
WindowCursorTypes |
Enum WindowCursorTypes
|