C# Class SenseNet.Portal.Setup.RunOnce

Exibir arquivo Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
CloseLog void
CreateInitialIndex void
CreateLog void
CreateOrLoadContent Content
CreateRefLog void
Import void
ImportContents void
InstallContentTypeDefinitions void
LoadAssemblies void
OpenLog System.IO.StreamWriter
OpenRefLog System.IO.StreamWriter
PrintException void
PrintException void
PrintFieldErrors void
PrintTypeLoadError void
Run int
RunImport void
SaveInitialIndexDocuments void
SetPermissions void
TreeWalker void
UpdateReference void
UpdateReferences void
WriteToLog void
WriteToRefLog void

Public Methods

Method Description
LogWrite ( ) : void
LogWriteLine ( ) : void
LogWriteReference ( ContentInfo contentInfo ) : void

Private Methods

Method Description
CloseLog ( StreamWriter writer ) : void
CreateInitialIndex ( ) : void
CreateLog ( string logPath ) : void
CreateOrLoadContent ( ContentInfo contentInfo, Node folder, bool &isNewContent ) : Content
CreateRefLog ( ) : void
Import ( string ctdPath, string sourcePath, string targetPath, string asmPath, string runOnceMarkerPath, string runningMarkerPath, string scriptsPath, string logPath, string installerUser ) : void
ImportContents ( string srcPath, string targetPath ) : void
InstallContentTypeDefinitions ( string ctdPath ) : void
LoadAssemblies ( string localBin ) : void
OpenLog ( ) : StreamWriter
OpenRefLog ( ) : StreamWriter
PrintException ( Exception e ) : void
PrintException ( Exception e, string path ) : void
PrintFieldErrors ( Content content, string path ) : void
PrintTypeLoadError ( ReflectionTypeLoadException exc ) : void
Run ( System caller ) : int
RunImport ( string ctdPath, string asmPath, string fsPath, string repositoryPath, string scriptsPath ) : void
SaveInitialIndexDocuments ( ) : void
SetPermissions ( ) : void
TreeWalker ( string path, bool pathIsFile, Node folder, string indent, List postponedList ) : void
UpdateReference ( int contentId, string metadataPath ) : void
UpdateReferences ( ) : void
WriteToLog ( StreamWriter writer, object values, bool newLine ) : void
WriteToRefLog ( StreamWriter writer ) : void

Method Details

LogWrite() public static method

public static LogWrite ( ) : void
return void

LogWriteLine() public static method

public static LogWriteLine ( ) : void
return void

LogWriteReference() public static method

public static LogWriteReference ( ContentInfo contentInfo ) : void
contentInfo ContentInfo
return void