C# Class SenseNet.Portal.Setup.RunOnce

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
LogWrite ( ) : void
LogWriteLine ( ) : void
LogWriteReference ( ContentInfo contentInfo ) : void

Private Methods

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

public static LogWrite ( ) : void
Résultat void

LogWriteLine() public static méthode

public static LogWriteLine ( ) : void
Résultat void

LogWriteReference() public static méthode

public static LogWriteReference ( ContentInfo contentInfo ) : void
contentInfo ContentInfo
Résultat void