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