C# 클래스 Golem.Core.TaskRunner

파일 보기 프로젝트 열기: tobinharris/golem 1 사용 예제들

공개 메소드들

메소드 설명
Run ( Recipe recipe, Task task ) : void
Run ( string recipeName, string taskName ) : void
TaskRunner ( RecipeCataloger aCataloger ) : System

비공개 메소드들

메소드 설명
SetContextualInformationIfInheritsRecipeBase ( object recipeInstance ) : void

메소드 상세

Run() 공개 메소드

public Run ( Recipe recipe, Task task ) : void
recipe Recipe
task Task
리턴 void

Run() 공개 메소드

public Run ( string recipeName, string taskName ) : void
recipeName string
taskName string
리턴 void

TaskRunner() 공개 메소드

public TaskRunner ( RecipeCataloger aCataloger ) : System
aCataloger RecipeCataloger
리턴 System