C# Класс FluentBuild.BuildFile

Represents a Build file that can be run
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IsInErrorState bool

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

Метод Описание
AddTask ( System.Action task ) : void

Adds a task for fb.exe to run in the order that it should be run

AddTask ( string name, System.Action task ) : void

Adds a task for fb.exe to run in the order that it should be run

BuildFile ( ) : System

Instantiates a build file and initializes the Tasks queue.

ClearTasks ( ) : void

Clears the task list

InvokeNextTask ( ) : void

Invokes the next task in the queue

Защищенные методы

Метод Описание
SetErrorState ( ) : void

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

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

Adds a task for fb.exe to run in the order that it should be run
public AddTask ( System.Action task ) : void
task System.Action The method to run
Результат void

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

Adds a task for fb.exe to run in the order that it should be run
public AddTask ( string name, System.Action task ) : void
name string The name of the task (will be displayed when the task is run)
task System.Action The method to run
Результат void

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

Instantiates a build file and initializes the Tasks queue.
public BuildFile ( ) : System
Результат System

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

Clears the task list
public ClearTasks ( ) : void
Результат void

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

Invokes the next task in the queue
public InvokeNextTask ( ) : void
Результат void

SetErrorState() защищенный статический Метод

protected static SetErrorState ( ) : void
Результат void

Описание свойств

IsInErrorState публичное статическое свойство

public static bool IsInErrorState
Результат bool