Exemplo n.º 1
0
		private void detach_CreatedDefects(Defect entity)
		{
			this.SendPropertyChanging();
			entity.CreatedBy = null;
		}
Exemplo n.º 2
0
		private void detach_Defects(Defect entity)
		{
			this.SendPropertyChanging();
			entity.Project = null;
		}
Exemplo n.º 3
0
		private void detach_AssignedDefects(Defect entity)
		{
			this.SendPropertyChanging();
			entity.AssignedTo = null;
		}
Exemplo n.º 4
0
 partial void DeleteDefect(Defect instance);
Exemplo n.º 5
0
		private void attach_Defects(Defect entity)
		{
			this.SendPropertyChanging();
			entity.Project = this;
		}
Exemplo n.º 6
0
 partial void InsertDefect(Defect instance);
Exemplo n.º 7
0
 partial void UpdateDefect(Defect instance);
 private void detach_AssignedDefects(Defect entity)
 {
     this.SendPropertyChanging();
     entity.AssignedTo = null;
 }
 private void detach_CreatedDefects(Defect entity)
 {
     this.SendPropertyChanging();
     entity.CreatedBy = null;
 }
Exemplo n.º 10
0
 private void detach_Defects(Defect entity)
 {
     this.SendPropertyChanging();
     entity.Project = null;
 }
Exemplo n.º 11
0
 private void attach_Defects(Defect entity)
 {
     this.SendPropertyChanging();
     entity.Project = this;
 }
Exemplo n.º 12
0
 partial void DeleteDefect(Defect instance);
Exemplo n.º 13
0
 partial void UpdateDefect(Defect instance);
Exemplo n.º 14
0
 partial void InsertDefect(Defect instance);