public ShellExtraData(string shellsqltype, string shellsqlhost, string shellsqluser, string shellsqlpwd) { this.ShellSqlType = StrToShellSqlType(shellsqltype); this.ShellSqlHost = shellsqlhost; this.ShellSqlUser = shellsqluser; this.ShellSqlPwd = shellsqlpwd; }