WizardNumber Class

Wizard number class.

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardNumber : WizardInput
Inheritance
Object    WizardControl    WizardInput    WizardNumber

Remarks

Input 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

Constructors

WizardNumber class constructor.
WizardNumber(WizardNumberType) Class constructor.

Properties

Link Table from get data from or build expression.
Type Wizard number type.

Methods

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)

Fields

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.

Extension Methods

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

See Also