MVPSI.JAMS Namespace : Submit.Parameter Class |
The following tables list the members exposed by Submit.Parameter.
Name | Description | |
---|---|---|
![]() | Submit.Parameter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AllowEntry | Gets or sets the AllowEntry property. When set to false, the end-user is not allowed to enter the value of this parameter. |
![]() | DataType | Gets the datatype of this parameter |
![]() | DefaultFormat | Gets or sets the DefaultFormat property. Parameters can be formatted many different ways before being placed in the Job which is being submitted. DefaultFormats do vary depending upon the Parameter's DataType. |
![]() | DetailID | Gets the Detail ID associated with this Parameter. |
![]() | GlobalName | Gets the GlobalName property. GlobalNames allow Parameters with different names to share the same parameter value. The Datatypes must be the same. |
![]() | GlobalOverride | Gets the GlobalOverride property. When set to true, this parameter is a global override. |
![]() | HelpText | Gets or sets the value for this parameters help text. |
![]() | Hide | Gets the Hide property. When set to true, the parameter is not displayed to the end-user. |
![]() | JobID | Gets the Job ID associated with this Parameter. |
![]() | Length | Gets the maximum length of this parameters value. |
![]() | MustFill | Gets or sets the MustFill property. When set to true, the end-user must completly fill the value for this parameter. |
![]() | ParameterOrigin | Identifies where this parameter originated. |
![]() | ParamID | Gets the internal ID of this Parameter. |
![]() | ParamName | Gets the name of this Parameter |
![]() | ParamValue | Gets or sets the value of this parameter |
![]() | Prompt | Gets the prompt for this parameter. |
![]() | Required | Gets or sets the Required property. When set to true, the end-user must enter a value for this parameter. |
![]() | Uppercase | Gets or sets the Uppercase property. When set to true, the value for this parameter is forced to uppercase. |
![]() | ValidationData | Gets or sets data needed to validate this parameter. |
![]() | ValidationType | Gets or sets the type of validation that should be peformed on this parameter. |