C# Class Seal.Forms.ToolsHelper

Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Méthodes publiques

Свойство Type Description
EntityHandler IEntityHandler

Méthodes publiques

Méthode Description
CheckDataSources ( ExecutionLogInterface log, List sources ) : void
CheckExecutions ( ExecutionLogInterface log ) : void
EnableControls ( ) : void
ExportReportsTranslations ( ExecutionLogInterface log ) : void
ExportSourceTranslations ( ExecutionLogInterface log ) : void
InitHelpers ( ToolStripMenuItem toolsMenuItem, bool forDesigner ) : void
RefreshEnums ( ExecutionLogInterface log, List sources ) : void
SaveConfigurationFile ( string fileFolder, string filePath, string entityName ) : string
SynchronizeSchedules ( ExecutionLogInterface log, bool useCurrentUser ) : void
SynchronizeSchedules ( ExecutionLogInterface log, string folder, Repository repository, int &count, int &errorCount, StringBuilder errorSummary, bool useCurrentUser ) : void
checkExecutions ( ExecutionLogInterface log, string folder, Repository repository, int &count, int &errorCount, StringBuilder errorSummary ) : void
exportFolderNamesTranslations ( string path, StringBuilder translations, string separator, string extraSeparators, int len ) : void
exportReportNamesTranslations ( string path, StringBuilder translations, string separator, string extraSeparators, int len ) : void
exportReportsTranslations ( ExecutionLogInterface log, string folder, Repository repository, StringBuilder translations, string separator, string extraSeparators, int len ) : void
exportViewsTranslations ( ExecutionLogInterface log, ReportView view, Repository repository, StringBuilder translations, string reportPath, string separator, string extraSeparators, int len ) : void
tools_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
initTranslationFile ( StringBuilder translations, string separator, Repository repository ) : string

Method Details

CheckDataSources() public méthode

public CheckDataSources ( ExecutionLogInterface log, List sources ) : void
log ExecutionLogInterface
sources List
Résultat void

CheckExecutions() public méthode

public CheckExecutions ( ExecutionLogInterface log ) : void
log ExecutionLogInterface
Résultat void

EnableControls() public méthode

public EnableControls ( ) : void
Résultat void

ExportReportsTranslations() public méthode

public ExportReportsTranslations ( ExecutionLogInterface log ) : void
log ExecutionLogInterface
Résultat void

ExportSourceTranslations() public méthode

public ExportSourceTranslations ( ExecutionLogInterface log ) : void
log ExecutionLogInterface
Résultat void

InitHelpers() public méthode

public InitHelpers ( ToolStripMenuItem toolsMenuItem, bool forDesigner ) : void
toolsMenuItem System.Windows.Forms.ToolStripMenuItem
forDesigner bool
Résultat void

RefreshEnums() public méthode

public RefreshEnums ( ExecutionLogInterface log, List sources ) : void
log ExecutionLogInterface
sources List
Résultat void

SaveConfigurationFile() public static méthode

public static SaveConfigurationFile ( string fileFolder, string filePath, string entityName ) : string
fileFolder string
filePath string
entityName string
Résultat string

SynchronizeSchedules() public méthode

public SynchronizeSchedules ( ExecutionLogInterface log, bool useCurrentUser ) : void
log ExecutionLogInterface
useCurrentUser bool
Résultat void

SynchronizeSchedules() public méthode

public SynchronizeSchedules ( ExecutionLogInterface log, string folder, Repository repository, int &count, int &errorCount, StringBuilder errorSummary, bool useCurrentUser ) : void
log ExecutionLogInterface
folder string
repository Seal.Model.Repository
count int
errorCount int
errorSummary StringBuilder
useCurrentUser bool
Résultat void

checkExecutions() public méthode

public checkExecutions ( ExecutionLogInterface log, string folder, Repository repository, int &count, int &errorCount, StringBuilder errorSummary ) : void
log ExecutionLogInterface
folder string
repository Seal.Model.Repository
count int
errorCount int
errorSummary StringBuilder
Résultat void

exportFolderNamesTranslations() public méthode

public exportFolderNamesTranslations ( string path, StringBuilder translations, string separator, string extraSeparators, int len ) : void
path string
translations StringBuilder
separator string
extraSeparators string
len int
Résultat void

exportReportNamesTranslations() public méthode

public exportReportNamesTranslations ( string path, StringBuilder translations, string separator, string extraSeparators, int len ) : void
path string
translations StringBuilder
separator string
extraSeparators string
len int
Résultat void

exportReportsTranslations() public méthode

public exportReportsTranslations ( ExecutionLogInterface log, string folder, Repository repository, StringBuilder translations, string separator, string extraSeparators, int len ) : void
log ExecutionLogInterface
folder string
repository Seal.Model.Repository
translations StringBuilder
separator string
extraSeparators string
len int
Résultat void

exportViewsTranslations() public méthode

public exportViewsTranslations ( ExecutionLogInterface log, ReportView view, Repository repository, StringBuilder translations, string reportPath, string separator, string extraSeparators, int len ) : void
log ExecutionLogInterface
view Seal.Model.ReportView
repository Seal.Model.Repository
translations StringBuilder
reportPath string
separator string
extraSeparators string
len int
Résultat void

tools_Click() public méthode

public tools_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

EntityHandler public_oe property

public IEntityHandler EntityHandler
Résultat IEntityHandler