public Annotation FindAnnotation(IAppProjectGenerator projectGenerator)
 {
     return(this.FindAnnotation(projectGenerator.Guid));
 }
예제 #2
0
 public IvPluginGenerator CreateNew(IAppProjectGenerator appProjectGenerator)
 {
     return(new GeneratorDbSchema(appProjectGenerator));
 }
예제 #3
0
 protected virtual void BeginVisit(IAppProjectGenerator ttt)
 {
 }
예제 #4
0
 public static string GetOuputFilePath(string currentCfgFolderPath, IAppSolution ts, IAppProject tp, IAppProjectGenerator tpg, string fileName)
 {
     return(GetOuputFilePath(currentCfgFolderPath, ts, tp, tpg.RelativePathToGenFolder, fileName));
 }
예제 #5
0
 protected virtual void EndVisit(IAppProjectGenerator ttt)
 {
 }