C# Class Seal.Forms.ToolsHelper

Datei anzeigen Open project: ariacom/Seal-Report Class Usage Examples

Public Properties

Property Type Description
EntityHandler IEntityHandler

Public Methods

Method 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

Method Description
initTranslationFile ( StringBuilder translations, string separator, Repository repository ) : string

Method Details

CheckDataSources() public method

public CheckDataSources ( ExecutionLogInterface log, List sources ) : void
log ExecutionLogInterface
sources List
return void

CheckExecutions() public method

public CheckExecutions ( ExecutionLogInterface log ) : void
log ExecutionLogInterface
return void

EnableControls() public method

public EnableControls ( ) : void
return void

ExportReportsTranslations() public method

public ExportReportsTranslations ( ExecutionLogInterface log ) : void
log ExecutionLogInterface
return void

ExportSourceTranslations() public method

public ExportSourceTranslations ( ExecutionLogInterface log ) : void
log ExecutionLogInterface
return void

InitHelpers() public method

public InitHelpers ( ToolStripMenuItem toolsMenuItem, bool forDesigner ) : void
toolsMenuItem System.Windows.Forms.ToolStripMenuItem
forDesigner bool
return void

RefreshEnums() public method

public RefreshEnums ( ExecutionLogInterface log, List sources ) : void
log ExecutionLogInterface
sources List
return void

SaveConfigurationFile() public static method

public static SaveConfigurationFile ( string fileFolder, string filePath, string entityName ) : string
fileFolder string
filePath string
entityName string
return string

SynchronizeSchedules() public method

public SynchronizeSchedules ( ExecutionLogInterface log, bool useCurrentUser ) : void
log ExecutionLogInterface
useCurrentUser bool
return void

SynchronizeSchedules() public method

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
return void

checkExecutions() public method

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
return void

exportFolderNamesTranslations() public method

public exportFolderNamesTranslations ( string path, StringBuilder translations, string separator, string extraSeparators, int len ) : void
path string
translations StringBuilder
separator string
extraSeparators string
len int
return void

exportReportNamesTranslations() public method

public exportReportNamesTranslations ( string path, StringBuilder translations, string separator, string extraSeparators, int len ) : void
path string
translations StringBuilder
separator string
extraSeparators string
len int
return void

exportReportsTranslations() public method

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
return void

exportViewsTranslations() public method

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
return void

tools_Click() public method

public tools_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

EntityHandler public_oe property

public IEntityHandler EntityHandler
return IEntityHandler