ParamValues 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|ParamValues}}
== Constructors ==
:{{APIPrefix|Public}}{{APIName|[[Value-GlobalStuff_Model|Value]]}}{{APIPrefix|As Double}}
 
:{{APIPrefix|Public}}{{APIName|[[ParamName]]}}{{APIPrefix|As String}}
*'''[[New ParamValues]]''' {{APIComment|Creates a new Parameter Value Class object.}}
 
== Properties  ==
*'''[[ParamValues.Value|Value]]''' {{APIComment|Gets the value of the parameter given the ID}}
*'''[[ParamValues.ParamName|ParamName]]''' {{APIComment|Gets the name of the parameter}}


{{APIComment|Model's parameter name and value.}}
{{APIComment|Model's parameter name and value.}}

Revision as of 00:32, 20 September 2013



Constructors

Properties

  • Value Gets the value of the parameter given the ID
  • ParamName Gets the name of the parameter

Model's parameter name and value.