adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptAction Class
Members


In This Topic
    ScriptAction Class
    In This Topic
    A ResponseAction that executes a Script.
    Object Model
    ScriptAction ClassDataContext ClassOID ClassADTObject ClassScript Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ScriptAction 
       Inherits ResponseAction
       Implements ArcanaDevelopment.adTempus.Shared.ISequencedCollectionMember 
    public ref class ScriptAction sealed : public ResponseAction, ArcanaDevelopment.adTempus.Shared.ISequencedCollectionMember  
    Remarks

    The ScriptAction only support scripts stored in adTempus (set using the Script property. It does not support scripts stored in external files like the ScriptExecutionTask does.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.ResponseAction
                ArcanaDevelopment.adTempus.Client.ScriptAction

    See Also