C# Класс SenseNet.Tools.ContentExporter.Exporter

Показать файл Открыть проект

Открытые методы

Метод Описание
LogWrite ( ) : void
LogWriteLine ( ) : void

Приватные методы

Метод Описание
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

Описание методов

LogWrite() публичный статический Метод

public static LogWrite ( ) : void
Результат void

LogWriteLine() публичный статический Метод

public static LogWriteLine ( ) : void
Результат void