Namespace: Consultingwerk.Windows.Util.Forms
Class 
NumericInputPromptForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Windows.Util.Forms.BaseInputPromptForm

File:NumericInputPromptForm
Purpose:Input prompt for a character value
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Feb 25 23:12:26 CET 2012



Top Method Summary
Options Name Purpose
- InitializeComponent () Initializes the Visual Design
# OkButtonClickHandler (Object, EventArgs) Event handler for the Click event of the OK Button
# OnLoad (EventArgs) Raises the Load event
# OnShown (EventArgs) Raises the Shown event
# ValueChangedHandler (Object, EventArgs) Event handler for the ValueChanged event of the text editor

Top Constructor Summary
Options Name Purpose
+ NumericInputPromptForm () Constructor for the NumericInputPromptForm class

Top Property Summary
Options Name Purpose
+ Consultingwerk.Framework.IDecimalInputValidator DecimalInputValidator Gets and sets the reference to the InputValidator for this instance
+ DECIMAL DecimalValue Gets and sets the Decimal Value of the NumericInputPromptForm
+ CHARACTER Description Gets and sets the value of the description
Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm
+ Consultingwerk.Framework.IIntegerInputValidator IntegerInputValidator Gets and sets the reference to the InputValidator for this instance
+ INTEGER IntegerValue Gets and sets the Integer Value of the NumericInputPromptForm
+ DECIMAL MaximumValue Gets and sets the Maximum Value of the NumericInputPromptForm
+ DECIMAL MinimumValue Gets and sets the Minimum Value of the NumericInputPromptForm
+ Consultingwerk.Framework.Enum.NumericTypeEnum NumericType Gets and sets the NumericType as a NumericTypeEnum value
+ Consultingwerk.Framework.Enum.NumericPromptTypeEnum PromptType Gets and sets the PromptType as a NumericPromptTypeEnum value
+ CHARACTER Title Gets and sets the value of the title
Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm


Method Detail
Top

PRIVATE InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

PROTECTED OkButtonClickHandler (Object, EventArgs)

Purpose: Event handler for the Click event of the OK Button
Notes: Assigns the new CharacterValue

Parameters:
sender System.Object
The object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED ValueChangedHandler (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the text editor
Notes: Uses the InputValidator instance to validate the value

Parameters:
sender System.Object
The reference to the System.Object that raised this event
e System.EventArgs
The System.EventArgs with the data for this event


Constructor Detail
Top

PUBLIC NumericInputPromptForm ()

Purpose: Constructor for the NumericInputPromptForm class
Notes:



Property Detail
Top

PUBLIC Consultingwerk.Framework.IDecimalInputValidator DecimalInputValidator

Purpose: Gets and sets the reference to the InputValidator for this instance
Notes:

Returns Consultingwerk.Framework.IDecimalInputValidator
Top

PUBLIC DECIMAL DecimalValue

Purpose: Gets and sets the Decimal Value of the NumericInputPromptForm
Notes:

Returns DECIMAL
Top

PUBLIC CHARACTER Description

Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm
Purpose: Gets and sets the value of the description
Notes:

Returns CHARACTER
Top

PUBLIC Consultingwerk.Framework.IIntegerInputValidator IntegerInputValidator

Purpose: Gets and sets the reference to the InputValidator for this instance
Notes:

Returns Consultingwerk.Framework.IIntegerInputValidator
Top

PUBLIC INTEGER IntegerValue

Purpose: Gets and sets the Integer Value of the NumericInputPromptForm
Notes:

Returns INTEGER
Top

PUBLIC DECIMAL MaximumValue

Purpose: Gets and sets the Maximum Value of the NumericInputPromptForm
Notes:

Returns DECIMAL
Top

PUBLIC DECIMAL MinimumValue

Purpose: Gets and sets the Minimum Value of the NumericInputPromptForm
Notes:

Returns DECIMAL
Top

PUBLIC Consultingwerk.Framework.Enum.NumericTypeEnum NumericType

Purpose: Gets and sets the NumericType as a NumericTypeEnum value
Notes:

Returns Consultingwerk.Framework.Enum.NumericTypeEnum
Top

PUBLIC Consultingwerk.Framework.Enum.NumericPromptTypeEnum PromptType

Purpose: Gets and sets the PromptType as a NumericPromptTypeEnum value
Notes:

Returns Consultingwerk.Framework.Enum.NumericPromptTypeEnum
Top

PUBLIC CHARACTER Title

Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm
Purpose: Gets and sets the value of the title
Notes:

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:54:53