OpsSelectionRequest Class |
Namespace: Micros.Ops
public class OpsSelectionRequest : OpsRequest, INotifyPropertyChanged
The OpsSelectionRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | OpsSelectionRequest | Constructor |
Name | Description | |
---|---|---|
![]() | DecimalSeparator | |
![]() | Entries | List of available entries. |
![]() | EntryArea | Data entry area. |
![]() | Prompt | Prompt translated text. |
![]() | SelectedEntry | Selected entry ... assumed to be in sync with UI element. |
![]() | ShowNumericKeyPad | Show or Hide Numeric Buttons property |
![]() | Success | Request was successful. |
![]() | Title | Title translated text. |
Name | Description | |
---|---|---|
![]() | FindEntry | |
![]() | KeyboardChanged | |
![]() | ToAutoTestRaisingString | (Overrides OpsRequestToAutoTestRaisingString.) |
Name | Description | |
---|---|---|
![]() | _decimalSeparator | |
![]() | m_KeyboardBuffer | |
![]() | m_SettingInternally | |
![]() | ResultingSelectedEntry | When closing form SelectedEntry is reset. Make copy here. |
![]() | ShowNumericButtons | Show or Hide Numeric Buttons |
![]() | TranslatablePrompt | Prompt translatable string. |
![]() | TranslatableTitle | Title translatable string. |