C# Class RDAExplorer.FileDBTool.Commands.DumpFileDBCommand

Inheritance: ManyConsole.ConsoleCommand
Afficher le fichier Open project: lysannschlegel/RDAExplorer

Méthodes publiques

Méthode 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 méthode

public Dump ( Node node, int level ) : void
node Node
level int
Résultat void

DumpAttributeValue() public méthode

public DumpAttributeValue ( Node node, bool writeNewline ) : void
node Node
writeNewline bool
Résultat void

DumpFileDBCommand() public méthode

public DumpFileDBCommand ( ) : System.IO
Résultat System.IO

DumpPadding() public méthode

public DumpPadding ( int level ) : void
level int
Résultat void

DumpTag() public méthode

public DumpTag ( Tag tag, bool writeNewline ) : void
tag Tag
writeNewline bool
Résultat void

Run() public méthode

public Run ( string remainingArguments ) : int
remainingArguments string
Résultat int