ParamInputInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
=== Constructors===
=== Constructors===
{{APIName|[[New ParamInputInfo]]}}{{APIComment|Create a new parameter input info class.}}
{{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|[[Max-GlobalStuff_Model|Max]]}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|[[CanEqualMin-GlobalStuff_Model|CanEqualMin]]}}{{APIPrefix|As Boolean}}
:{{APIPrefix|Public}}{{APIName|[[CanEqualMax-GlobalStuff_Model|CanEqualMax]]}}{{APIPrefix|As Boolean}}
:{{APIPrefix|Public}}{{APIName|[[Value-GlobalStuff_Model|Value]]}}{{APIPrefix|As Double}}
:{{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 ===
=== Properties ===
{{APIName|[[ParamInputInfo.Name]]}}{{APIComment|Sets or returns the parameter name.}}
{{APIName|[[ParamInputInfo.Min]]}}{{APIComment|Sets or returns the minimum value.}}
{{APIName|[[ParamInputInfo.Max]]}}{{APIComment|Sets or returns the maximum value.}}
{{APIName|[[ParamInputInfo.CanEqualMin]]}}{{APIComment|Sets or returns whether the value can equal the Min.}}
{{APIName|[[ParamInputInfo.CanEqualMax]]}}{{APIComment|Sets or returns whether the value can equal the Max.}}
{{APIName|[[ParamInputInfo.Value]]}}{{APIComment|Sets or returns the parameter value.}}

Revision as of 00:38, 25 September 2013



Class used for parameter input.

Constructors

New ParamInputInfo Create a new parameter input info class.

Properties

ParamInputInfo.Name Sets or returns the parameter name. ParamInputInfo.Min Sets or returns the minimum value. ParamInputInfo.Max Sets or returns the maximum value. ParamInputInfo.CanEqualMin Sets or returns whether the value can equal the Min. ParamInputInfo.CanEqualMax Sets or returns whether the value can equal the Max. ParamInputInfo.Value Sets or returns the parameter value.