C# Класс SWFProcessing.Swiffotron.Processor.DependencyList

Maps nodes in the XML to their dependency nodes for the purposes of working out what to do first.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddDependency ( XPathNavigator dep ) : void

Add a new dependency for this node.

DependencyList ( XPathNavigator n, List d ) : System.Collections.Generic

Initializes a new instance of the DependencyList class.

RemoveDependency ( XPathNavigator dep ) : void

Remove a dependency from this node.

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

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

Add a new dependency for this node.
public AddDependency ( XPathNavigator dep ) : void
dep System.Xml.XPath.XPathNavigator The dependency node.
Результат void

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

Initializes a new instance of the DependencyList class.
public DependencyList ( XPathNavigator n, List d ) : System.Collections.Generic
n System.Xml.XPath.XPathNavigator A navigator node
d List The current list of dependencies
Результат System.Collections.Generic

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

Remove a dependency from this node.
public RemoveDependency ( XPathNavigator dep ) : void
dep System.Xml.XPath.XPathNavigator The dependency to remove.
Результат void