public string GetCodeFrameF3DALFactoryMethod() { BuilderFrameF3 builderFrameF = new BuilderFrameF3(this.dbobj, this.DbName, this.TableName, this.TableDescription, this.ModelName, this.BLLName, this.DALName, this.Fieldlist, this.Keys, this.NameSpace, this.Folder, this.DbHelperName); return(builderFrameF.GetDALFactoryMethodCode()); }
public string GetCodeFrameF3BLL(string AssemblyGuid, bool Maxid, bool Exists, bool Add, bool Update, bool Delete, bool GetModel, bool GetModelByCache, bool List) { BuilderFrameF3 builderFrameF = new BuilderFrameF3(this.dbobj, this.DbName, this.TableName, this.TableDescription, this.ModelName, this.BLLName, this.DALName, this.Fieldlist, this.Keys, this.NameSpace, this.Folder, this.DbHelperName); return(builderFrameF.GetBLLCode(AssemblyGuid, Maxid, Exists, Add, Update, Delete, GetModel, GetModelByCache, List, List)); }
public string GetCodeFrameF3IDAL(bool Maxid, bool Exists, bool Add, bool Update, bool Delete, bool GetModel, bool List, bool ListProc) { BuilderFrameF3 builderFrameF = new BuilderFrameF3(this.dbobj, this.DbName, this.TableName, this.TableDescription, this.ModelName, this.BLLName, this.DALName, this.Fieldlist, this.Keys, this.NameSpace, this.Folder, this.DbHelperName); return(builderFrameF.GetIDALCode(Maxid, Exists, Add, Update, Delete, GetModel, List, ListProc)); }