public class WizardNumberType
Public Class WizardNumberType
Byte | Sets the control as Byte. |
Decimal | Sets the control as Decimal. |
Double | Sets the control as Double. |
Int16 | Sets the control as Int16. |
Int32 | Sets the control as Int32. |
Int64 | Sets the control as Int64. |
Integer | Sets the control as Int32. |
Long | Set the control as Int64. |
Short | Sets the control as Int16. |
Single | Sets the control as Single. |
TypeNumber | Allows to set the numeric type for the control. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |