C# 클래스 Stiletto.Fody.Validation.DotWriter

상속: IDisposable
파일 보기 프로젝트 열기: benjamin-bader/stiletto 1 사용 예제들

공개 메소드들

메소드 설명
BeginGraph ( ) : void
Dispose ( ) : void
DotWriter ( Stream stream ) : System
EndGraph ( ) : void
WriteEdge ( string source, string target ) : void
WriteNode ( string node ) : void

비공개 메소드들

메소드 설명
Indent ( ) : void
NextId ( string name ) : string
NodeId ( string key ) : string
Outdent ( ) : void
WriteAttributes ( string attributes ) : void
WriteIndentation ( ) : void
WriteInlineAttributes ( string attributes ) : void

메소드 상세

BeginGraph() 공개 메소드

public BeginGraph ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DotWriter() 공개 메소드

public DotWriter ( Stream stream ) : System
stream Stream
리턴 System

EndGraph() 공개 메소드

public EndGraph ( ) : void
리턴 void

WriteEdge() 공개 메소드

public WriteEdge ( string source, string target ) : void
source string
target string
리턴 void

WriteNode() 공개 메소드

public WriteNode ( string node ) : void
node string
리턴 void