C# Class npantarhei.runtime.FlowLoader

Exibir arquivo Open project: ralfw/NPantaRhei Class Usage Examples

Public Methods

Method Description
LoadFromEmbeddedResource ( string flowname, Assembly resourceAssembly, string resourcename ) : IEnumerable
LoadFromLines ( string flowname, IEnumerable lines ) : IEnumerable
LoadFromReader ( string flowname, TextReader source ) : IEnumerable

Private Methods

Method Description
Create_qualified_port ( string flowname, string portFullname ) : IPort
Enumerate_lines ( TextReader source ) : IEnumerable
Is_root_flowname ( string flowname ) : bool
Line_defines_flowname ( string portnames ) : bool
Remove_comment ( string line ) : string

Method Details

LoadFromEmbeddedResource() public static method

public static LoadFromEmbeddedResource ( string flowname, Assembly resourceAssembly, string resourcename ) : IEnumerable
flowname string
resourceAssembly System.Reflection.Assembly
resourcename string
return IEnumerable

LoadFromLines() public static method

public static LoadFromLines ( string flowname, IEnumerable lines ) : IEnumerable
flowname string
lines IEnumerable
return IEnumerable

LoadFromReader() public static method

public static LoadFromReader ( string flowname, TextReader source ) : IEnumerable
flowname string
source System.IO.TextReader
return IEnumerable