C# Class Rebel.Framework.Tasks.TaskMetadata

Outlines metadata for the registration of Tasks with MEF
Inheritance: PluginMetadataComposition
Mostrar archivo Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
TaskMetadata ( object>.IDictionary obj ) : System

constructor, sets all properties of this object based on the dictionary values

TaskMetadata ( string triggerName, bool continueOnError ) : System

Initializes a new instance of the TaskMetadata class.

Method Details

TaskMetadata() public method

constructor, sets all properties of this object based on the dictionary values
public TaskMetadata ( object>.IDictionary obj ) : System
obj object>.IDictionary
return System

TaskMetadata() public method

Initializes a new instance of the TaskMetadata class.
public TaskMetadata ( string triggerName, bool continueOnError ) : System
triggerName string Name of the trigger.
continueOnError bool if set to true [continue on error].
return System