adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariable Interface
Properties Methods

In This Topic
    IJobVariable Interface Members
    In This Topic

    The following tables list the members exposed by IJobVariable.

    Public Properties
     NameDescription
     Property Indicates whether the variable is added to the environment  
     PropertyGets or sets the Value as a boolean value.  
     Property The caption to be used when prompting for a value for this variable  
     PropertyGets or sets the Value as a DateTime.  
     PropertyGets or sets the Value as a DateTime containing only a date.  
     PropertyGets or sets the Value as a decimal.  
     Property Documentation to be shown to the user when editing this value  
     Property Specifies whether the value should be hidden from the user  
     PropertyGets or sets the Value as an integer.  
     Property The name of the variable  
     PropertyGets or sets the Value as a string  
     PropertyGets or sets the Value as a DateTime value that stores only the time.  
     Property Extension ID of the custom UI for this variable  
     Property The value of the variable  
     PropertyGets the Value as an object of the type specified by the VariableType.  
     Property The data type of the variable  
    Top
    Public Methods
     NameDescription
     Method Tries to set the variable to the specified type and value.  
    Top
    See Also