ParamInputInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


=== Constructors===
=== Constructors===
{{APIName|[[New ParamInputInfo]]}}{{APIComment|Create a new parameter input info class.}}
*'''[[New ParamInputInfo]]'''{{APIComment|Create a new parameter input info class.}}


=== Properties ===
=== Properties ===
{{APIName|[[ParamInputInfo.Name]]}}{{APIComment|Sets or returns the parameter name.}}
*'''[[ParamInputInfo.Name]]'''{{APIComment|Sets or returns the parameter name.}}


{{APIName|[[ParamInputInfo.Min]]}}{{APIComment|Sets or returns the minimum value.}}
*'''[[ParamInputInfo.Min]]'''{{APIComment|Sets or returns the minimum value.}}


{{APIName|[[ParamInputInfo.Max]]}}{{APIComment|Sets or returns the maximum value.}}
*'''[[ParamInputInfo.Max]]'''{{APIComment|Sets or returns the maximum value.}}


{{APIName|[[ParamInputInfo.CanEqualMin]]}}{{APIComment|Sets or returns whether the value can equal the Min.}}
*'''[[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.}}
*'''[[ParamInputInfo.CanEqualMax]]'''{{APIComment|Sets or returns whether the value can equal the Max.}}


{{APIName|[[ParamInputInfo.Value]]}}{{APIComment|Sets or returns the parameter value.}}
*'''[[ParamInputInfo.Value]]'''{{APIComment|Sets or returns the parameter value.}}

Revision as of 16:37, 25 September 2013



Class used for parameter input.

Constructors

Properties