protected virtual void GetSolutionInfo(out string solutionFolder, out string solutionName) { CodeGenerator.GetSolutionInfo(out solutionFolder, out solutionName); }
protected virtual IEnumerable <Module> GetModules() { Dictionary <Type, bool> types = CandidateTypes().ToDictionary(a => a, Schema.Current.Tables.ContainsKey); return(CodeGenerator.GetModules(types, this.SolutionName)); }