C# Class SenseNet.Tools.ContentExporter.Exporter

显示文件 Open project: maxpavlov/FlexNet

Public Methods

Method Description
LogWrite ( ) : void
LogWriteLine ( ) : void

Private Methods

Method Description
CloseLog ( StreamWriter writer ) : void
CreateLog ( ) : void
Export ( string repositoryPath, string fsPath, string queryPath ) : void
ExportByFilter ( Content root, ExportContext context, string fsRoot, string queryPath ) : void
ExportContent ( Content content, ExportContext context, string fsPath, string indent ) : void
ExportContentTree ( Content content, ExportContext context, string fsPath, string indent ) : void
ExportContentType ( Content content, ExportContext context, string indent ) : void
GetSafeFileNameFromContentName ( string name ) : string
Main ( string args ) : void
OpenLog ( ) : StreamWriter
ParseParameters ( string args, List argNames, string>.Dictionary &parameters, string &message ) : bool
PrintException ( Exception e, string path ) : void
PrintReflectionTypeLoadException ( ReflectionTypeLoadException e ) : void
Usage ( string message ) : void
WriteEx ( Exception e ) : void
WriteToLog ( StreamWriter writer, object values, bool newLine ) : void

Method Details

LogWrite() public static method

public static LogWrite ( ) : void
return void

LogWriteLine() public static method

public static LogWriteLine ( ) : void
return void