C# Class ExcelFormulaParser.Engine.CalculationChain.DependencyGraphs

Afficher le fichier Open project: swmal/ExcelFormulaParser Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string from, string to ) : void
GetGraphs ( ) : IEnumerable

Private Methods

Méthode Description
GetGraph ( string from, string to ) : DependencyGraph
SetGraph ( string address, DependencyGraph graph ) : void

Method Details

Add() public méthode

public Add ( string from, string to ) : void
from string
to string
Résultat void

GetGraphs() public méthode

public GetGraphs ( ) : IEnumerable
Résultat IEnumerable