C# 클래스 Rebel.Framework.Tasks.TaskMetadata

Outlines metadata for the registration of Tasks with MEF
상속: PluginMetadataComposition
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
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