Exemple #1
0
 public EnglishStandardModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointEnglishStandard>(Command);
 }
Exemple #2
0
 public DataSetModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointDataSet>(Command);
 }
Exemple #3
0
 public SqlModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointSql>("sql");
 }
 public ReportsEngUtvModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointReportsEngUtv>(Command);
 }
Exemple #5
0
 public BatchModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointSSISBatch>(Command);
 }
Exemple #6
0
 public ReportingModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartPointReporting>(Command);
 }
Exemple #7
0
 public ZipModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointCompression>(Command);
 }
Exemple #8
0
 public AllModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointAll>(Command);
 }
Exemple #9
0
 public SsisModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointSsis>("ssis");
 }
Exemple #10
0
 public NorwegianExtendedModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointNorwegianExtended>(Command);
 }
Exemple #11
0
 public DeploymentModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointDeployment>(Command);
 }
Exemple #12
0
 public IntegrationPacksModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointIntegrationPacks>(Command);
 }
Exemple #13
0
 public InformationModule()
 {
     _commandHandlerContainer.RegisterStartpoint <StartpointInformation>(Command);
 }