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 methodExtendedInputDialogSettingsInitializes a new instance of the ExtendedInputDialogSettings class
Protected methodExtendedInputDialogSettings(SerializationInfo, StreamingContext)Initializes a new instance of the ExtendedInputDialogSettings class
Top
Properties
 NameDescription
Public propertyDefaultDecimalValueDefault decimal value.
Public propertyEnableBarcodeTo get barcode. Numpad with barcode window will be shown.
Public propertyEnableCardSliderTo get card track. Enable card slide listener.
Public propertyEnablePhoneTo get phone number. Numpad window with phone formatter will be shown.
Public propertyMaxDecimalValueMaximum allowed decimal value.
Public propertyMinDecimalValueMinimum allowed decimal value.
Public propertyNumericInputModeInput mode for dialog window.
Public propertyTabTitleBarcodeHint to barcode.
Public propertyTabTitleNumericStringHint to numeric string.
Public propertyTabTitlePhoneHint to phone number.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectData 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also