C# Class Rebel.Framework.Tasks.TaskAttribute

Inheritance: PluginAttribute
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
TaskAttribute ( string id, string trigger ) : System

Initializes a new instance of the TaskAttribute class.

Method Details

TaskAttribute() public method

Initializes a new instance of the TaskAttribute class.
public TaskAttribute ( string id, string trigger ) : System
id string The unique identifier for the task
trigger string The trigger.
return System