C# Класс Machine.Specifications.Runner.RunOptions

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Parse ( string runOptionsXml ) : RunOptions
RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters ) : System
RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters, IEnumerable contexts ) : System

Приватные методы

Метод Описание
Parse ( XDocument document, string xpath ) : IEnumerable

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

Parse() публичный статический Метод

public static Parse ( string runOptionsXml ) : RunOptions
runOptionsXml string
Результат RunOptions

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

public RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters ) : System
includeTags IEnumerable
excludeTags IEnumerable
filters IEnumerable
Результат System

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

public RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters, IEnumerable contexts ) : System
includeTags IEnumerable
excludeTags IEnumerable
filters IEnumerable
contexts IEnumerable
Результат System