Beispiel #1
0
 partial void UpdateApplication(Application instance);
Beispiel #2
0
 partial void DeleteApplication(Application instance);
Beispiel #3
0
 partial void InsertApplication(Application instance);
Beispiel #4
0
		private void detach_Applications(Application entity)
		{
			this.SendPropertyChanging();
			entity.Transit = null;
		}
Beispiel #5
0
		private void attach_Applications(Application entity)
		{
			this.SendPropertyChanging();
			entity.State = this;
		}
Beispiel #6
0
		private void detach_Applications(Application entity)
		{
			this.SendPropertyChanging();
			entity.Forwarder = null;
		}
Beispiel #7
0
		private void detach_Applications(Application entity)
		{
			this.SendPropertyChanging();
			entity.AirWaybill = null;
		}