JAMS 6.x Help
Submit.Parameter Class Members
Properties 


The following tables list the members exposed by Submit.Parameter.

Public Constructors
 NameDescription
Public ConstructorSubmit.Parameter ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAllowEntryGets or sets the AllowEntry property. When set to false, the end-user is not allowed to enter the value of this parameter.  
Public PropertyDataTypeGets the datatype of this parameter  
Public PropertyDefaultFormatGets 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.  
Public PropertyDetailIDGets the Detail ID associated with this Parameter.  
Public PropertyGlobalNameGets the GlobalName property. GlobalNames allow Parameters with different names to share the same parameter value. The Datatypes must be the same.  
Public PropertyGlobalOverrideGets the GlobalOverride property. When set to true, this parameter is a global override.  
Public PropertyHelpTextGets or sets the value for this parameters help text.  
Public PropertyHideGets the Hide property. When set to true, the parameter is not displayed to the end-user.  
Public PropertyJobIDGets the Job ID associated with this Parameter.  
Public PropertyLengthGets the maximum length of this parameters value.  
Public PropertyMustFillGets or sets the MustFill property. When set to true, the end-user must completly fill the value for this parameter.  
Public PropertyParameterOriginIdentifies where this parameter originated.  
Public PropertyParamIDGets the internal ID of this Parameter.  
Public PropertyParamNameGets the name of this Parameter  
Public PropertyParamValueGets or sets the value of this parameter  
Public PropertyPromptGets the prompt for this parameter.  
Public PropertyRequiredGets or sets the Required property. When set to true, the end-user must enter a value for this parameter.  
Public PropertyUppercaseGets or sets the Uppercase property. When set to true, the value for this parameter is forced to uppercase.  
Public PropertyValidationDataGets or sets data needed to validate this parameter.  
Public PropertyValidationTypeGets or sets the type of validation that should be peformed on this parameter.  
Top
See Also

Reference

Submit.Parameter Class
MVPSI.JAMS Namespace

Send Feedback