C# Класс Rebel.Framework.Tasks.TaskMetadata

Outlines metadata for the registration of Tasks with MEF
Наследование: PluginMetadataComposition
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

TaskMetadata() публичный Метод

constructor, sets all properties of this object based on the dictionary values
public TaskMetadata ( object>.IDictionary obj ) : System
obj object>.IDictionary
Результат System

TaskMetadata() публичный Метод

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].
Результат System