WizardNumberType Class

Wizard number type class.

Definition

Namespace: Aliquo.Windows.Wizard.Types
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardNumberType
Inheritance
Object    WizardNumberType

Remarks

Types of numeric controls.

Properties

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.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also