C# Class PHmiRunner.Utils.ProjectRunnerFactory

Inheritance: IProjectRunnerFactory
Exibir arquivo Open project: phmi/phmi

Public Methods

Method Description
Create ( string projectName, string connectionString ) : IProjectRunner
ProjectRunnerFactory ( ITimeService timeService, IReporter reporter, IModelContextFactory contextFactory, INpgHelper npgHelper ) : PHmiClient.Utils

Method Details

Create() public method

public Create ( string projectName, string connectionString ) : IProjectRunner
projectName string
connectionString string
return IProjectRunner

ProjectRunnerFactory() public method

public ProjectRunnerFactory ( ITimeService timeService, IReporter reporter, IModelContextFactory contextFactory, INpgHelper npgHelper ) : PHmiClient.Utils
timeService ITimeService
reporter IReporter
contextFactory IModelContextFactory
npgHelper INpgHelper
return PHmiClient.Utils