Click or drag to resize

ExtendedInputDialogSettings Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.UIExtendedInputDialogSettings

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public class ExtendedInputDialogSettings : ISerializable

The ExtendedInputDialogSettings type exposes the following members.

Constructors
  NameDescription
Public methodExtendedInputDialogSettings
Initializes a new instance of the ExtendedInputDialogSettings class
Protected methodExtendedInputDialogSettings(SerializationInfo, StreamingContext)
Initializes a new instance of the ExtendedInputDialogSettings class
Top
Properties
  NameDescription
Public propertyDefaultDecimalValue
Default decimal value.
Public propertyEnableBarcode
To get barcode. Numpad with barcode window will be shown.
Public propertyEnableCardSlider
To get card track. Enable card slide listener.
Public propertyEnablePhone
To get phone number. Numpad window with phone formatter will be shown.
Public propertyMaxDecimalValue
Maximum allowed decimal value.
Public propertyMinDecimalValue
Minimum allowed decimal value.
Public propertyNumericInputMode
Input mode for dialog window.
Public propertyTabTitleBarcode
Hint to barcode.
Public propertyTabTitleNumericString
Hint to numeric string.
Public propertyTabTitlePhone
Hint to phone number.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also