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