adTempus API
ArcanaDevelopment.adTempus.Shared.Extensibility Namespace / ExtensionTypes Class
Fields

In This Topic
    ExtensionTypes Class Members
    In This Topic

    The following tables list the members exposed by ExtensionTypes.

    Public Fields
     NameDescription
    Public Field Custom user interface for a predefined Condition. The provider must implement ICustomUserInterfaceProvider.  
    Public FieldPlugin tool that appears on the Tools menu in the adTempus Console. The provider must implement ArcanaDevelopment.adTempus.UIShared.IConsoleToolPlugin.  
    Public Field The provider exposes user interface and execution logic for a CustomAction. Must implement ICustomActionProvider.  
    Public Field The provider exposes user interface and execution logic for a CustomCondition. Must implement ICustomConditionProvider.  
    Public Field The provider exposes user interface and execution logic for a CustomTask. Must implement ICustomTaskProvider.  
    Public Field The provider exposes user interface and execution logic for a CustomTrigger. Must implement ICustomTriggerProvider.  
    Public Field Custom user interface for a Job. The provider must implement ICustomUserInterfaceProvider.  
    Public Field Custom user interface for a predefined ResponseAction. The provider must implement ICustomUserInterfaceProvider.  
    Public Field Custom user interface for a predefined Task. The provider must implement ICustomUserInterfaceProvider.  
    Public Field Custom user interface for a predefined Trigger. The provider must implement ICustomUserInterfaceProvider.  
    Top
    See Also