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

상속: PluginAttribute
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
TaskAttribute ( string id, string trigger ) : System

Initializes a new instance of the TaskAttribute class.

메소드 상세

TaskAttribute() 공개 메소드

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.
리턴 System