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