C# Class Stiletto.Fody.Validation.DotWriter

Inheritance: IDisposable
Mostrar archivo Open project: benjamin-bader/stiletto Class Usage Examples

Public Methods

Method Description
BeginGraph ( ) : void
Dispose ( ) : void
DotWriter ( Stream stream ) : System
EndGraph ( ) : void
WriteEdge ( string source, string target ) : void
WriteNode ( string node ) : void

Private Methods

Method Description
Indent ( ) : void
NextId ( string name ) : string
NodeId ( string key ) : string
Outdent ( ) : void
WriteAttributes ( string attributes ) : void
WriteIndentation ( ) : void
WriteInlineAttributes ( string attributes ) : void

Method Details

BeginGraph() public method

public BeginGraph ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

DotWriter() public method

public DotWriter ( Stream stream ) : System
stream Stream
return System

EndGraph() public method

public EndGraph ( ) : void
return void

WriteEdge() public method

public WriteEdge ( string source, string target ) : void
source string
target string
return void

WriteNode() public method

public WriteNode ( string node ) : void
node string
return void