ParamInputInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Model Class|Global_Model}}
{{Template:APIClass|Global_Model Class|Global_Model}}
== Declaration  ==


{{APIPrefix|Public Class}}{{APIName|ParamInputInfo}}
{{APIComment|Class used for parameter input.}}
:{{APIPrefix|Public}}{{APIName|[[Name-GlobalStuff_Model|Name]]}}{{APIPrefix|As String}}
 
=== Constructors===
{{APIName|[[New ParamInputInfo]]}}{{APIComment|Create a new parameter input info class.}}
 
:{{APIPrefix|Public}}{{APIName|[[Name-GlobalStuff_Model|Name]]}}
:{{APIPrefix|Public}}{{APIName|[[Min-GlobalStuff_Model|Min]]}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|[[Min-GlobalStuff_Model|Min]]}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|[[Max-GlobalStuff_Model|Max]]}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|[[Max-GlobalStuff_Model|Max]]}}{{APIPrefix|As Double}}
Line 11: Line 14:
:{{APIPrefix|Public Sub New}}{{APIName|(}}{{APIPrefix|ByVal}}{{APIName|_[[Name-GlobalStuff_Model|Name]]}}{{APIName|,}}{{APIPrefix|ByVal}}{{APIName|_[[Min-GlobalStuff_Model|Min]]}}{{APIPrefix|As Double}}{{APIName|,}}{{APIPrefix|ByVal}}{{APIName|_[[Max-GlobalStuff_Model|Max]]}}{{APIPrefix|As Double}}{{APIName|,}}{{APIPrefix|ByVal}}{{APIName|_[[CanEqualMin-GlobalStuff_Model|CanEqualMin]]}}{{APIPrefix|As Boolean}}{{APIName|,}}{{APIPrefix|ByVal}}{{APIName|_[[CanEqualMax-GlobalStuff_Model|CanEqualMax]]}}{{APIPrefix|As Boolean}}{{APIName|)}}
:{{APIPrefix|Public Sub New}}{{APIName|(}}{{APIPrefix|ByVal}}{{APIName|_[[Name-GlobalStuff_Model|Name]]}}{{APIName|,}}{{APIPrefix|ByVal}}{{APIName|_[[Min-GlobalStuff_Model|Min]]}}{{APIPrefix|As Double}}{{APIName|,}}{{APIPrefix|ByVal}}{{APIName|_[[Max-GlobalStuff_Model|Max]]}}{{APIPrefix|As Double}}{{APIName|,}}{{APIPrefix|ByVal}}{{APIName|_[[CanEqualMin-GlobalStuff_Model|CanEqualMin]]}}{{APIPrefix|As Boolean}}{{APIName|,}}{{APIPrefix|ByVal}}{{APIName|_[[CanEqualMax-GlobalStuff_Model|CanEqualMax]]}}{{APIPrefix|As Boolean}}{{APIName|)}}


 
=== Properties ===
{{APIComment|Class used for parameter input.}}

Revision as of 00:26, 25 September 2013



Class used for parameter input.

Constructors

New ParamInputInfo Create a new parameter input info class.

Public Name
Public Min As Double
Public Max As Double
Public CanEqualMin As Boolean
Public CanEqualMax As Boolean
Public Value As Double
Public Sub New ( ByVal _Name , ByVal _Min As Double , ByVal _Max As Double , ByVal _CanEqualMin As Boolean , ByVal _CanEqualMax As Boolean )

Properties