public class WizardNumber : WizardInputPublic Class WizardNumber
Inherits WizardInputInput for numeric values.
Sets the type of number to use.
If not type is defined, WizardNumberType.Decimal is the default.
Valid types:
WizardNumberType.Decimal
WizardNumberType.Double
WizardNumberType.Single
WizardNumberType.Byte
WizardNumberType.Int16
WizardNumberType.Int32
WizardNumberType.Int64
WizardNumberType.Short
WizardNumberType.Integer
WizardNumberType.Long
| WizardNumber | class constructor. |
| WizardNumber(WizardNumberType) | Class constructor. |
| SetLink(WizardConditionLink) | Adds a table or tables to build an expression to get data. |
| SetLink(WizardTableLink) | Adds a table to get data from. |
| ToString |
Converts control settings into String.
(Overrides WizardInputToString) |
| MaxValue | Max value accepted. |
| MinValue | Min value accepted. |
| Round | Number of decimals for rounding. |
| TextWidth | Width for description of the field. |
| Width | Width of the control. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |