Exemple #1
0
		private void detach_DGlbMains(DGlbMain entity)
		{
			this.SendPropertyChanging();
			entity.DGlbInstalledFunc = null;
		}
Exemple #2
0
		private void detach_DGlbMains(DGlbMain entity)
		{
			this.SendPropertyChanging();
			entity.SWLibSymbol = null;
		}
Exemple #3
0
 partial void DeleteDGlbMain(DGlbMain instance);
Exemple #4
0
 partial void UpdateDGlbMain(DGlbMain instance);
Exemple #5
0
 partial void InsertDGlbMain(DGlbMain instance);
Exemple #6
0
		private void attach_DGlbMains(DGlbMain entity)
		{
			this.SendPropertyChanging();
			entity.TGlbMain = this;
		}