Beispiel #1
0
		private void detach_check(check entity)
		{
			this.SendPropertyChanging();
			entity.verifications = null;
		}
Beispiel #2
0
 partial void Deletecheck(check instance);
Beispiel #3
0
 partial void Insertcheck(check instance);
Beispiel #4
0
 partial void Updatecheck(check instance);
Beispiel #5
0
 public CheckView(check c)
 {
     _c = c;
 }