C# Class RDAExplorer.FileDBTool.Commands.DumpFileDBCommand

Inheritance: ManyConsole.ConsoleCommand
显示文件 Open project: lysannschlegel/RDAExplorer

Public Methods

Method Description
Dump ( Node node, int level ) : void
DumpAttributeValue ( Node node, bool writeNewline ) : void
DumpFileDBCommand ( ) : System.IO
DumpPadding ( int level ) : void
DumpTag ( Tag tag, bool writeNewline ) : void
Run ( string remainingArguments ) : int

Method Details

Dump() public method

public Dump ( Node node, int level ) : void
node Node
level int
return void

DumpAttributeValue() public method

public DumpAttributeValue ( Node node, bool writeNewline ) : void
node Node
writeNewline bool
return void

DumpFileDBCommand() public method

public DumpFileDBCommand ( ) : System.IO
return System.IO

DumpPadding() public method

public DumpPadding ( int level ) : void
level int
return void

DumpTag() public method

public DumpTag ( Tag tag, bool writeNewline ) : void
tag Tag
writeNewline bool
return void

Run() public method

public Run ( string remainingArguments ) : int
remainingArguments string
return int