C# 클래스 Informedica.GenForm.Settings.Environments.EnvironmentFactory

파일 보기 프로젝트 열기: halcwb/GenForm 1 사용 예제들

공개 메소드들

메소드 설명
CreateGenFormEnvironment ( string machineName, string environmentName, string provider, string connectionString ) : GenFormEnvironment
CreateGenFormEnvironment ( string machineName, string environmentName, string provider, string connectionString, string logpath, string exportpath ) : GenFormEnvironment

메소드 상세

CreateGenFormEnvironment() 공개 정적인 메소드

public static CreateGenFormEnvironment ( string machineName, string environmentName, string provider, string connectionString ) : GenFormEnvironment
machineName string
environmentName string
provider string
connectionString string
리턴 GenFormEnvironment

CreateGenFormEnvironment() 공개 정적인 메소드

public static CreateGenFormEnvironment ( string machineName, string environmentName, string provider, string connectionString, string logpath, string exportpath ) : GenFormEnvironment
machineName string
environmentName string
provider string
connectionString string
logpath string
exportpath string
리턴 GenFormEnvironment