Ejemplo n.º 1
0
 partial void DeletePacket(Packet instance);
Ejemplo n.º 2
0
		private void detach_Packets1(Packet entity)
		{
			this.SendPropertyChanging();
			entity.Insurer = null;
		}
Ejemplo n.º 3
0
 partial void UpdatePacket(Packet instance);
Ejemplo n.º 4
0
		private void detach_Packets(Packet entity)
		{
			this.SendPropertyChanging();
			entity.CAR_CUR_SYS_INSURER_CALENDAR = null;
		}
Ejemplo n.º 5
0
		private void attach_Packets1(Packet entity)
		{
			this.SendPropertyChanging();
			entity.Insurer = this;
		}
Ejemplo n.º 6
0
 partial void InsertPacket(Packet instance);
Ejemplo n.º 7
0
		private void detach_Packets(Packet entity)
		{
			this.SendPropertyChanging();
			entity.DeliveryMode = null;
		}
Ejemplo n.º 8
0
		private void detach_Packets(Packet entity)
		{
			this.SendPropertyChanging();
			entity.Association = null;
		}
Ejemplo n.º 9
0
		private void detach_Packets(Packet entity)
		{
			this.SendPropertyChanging();
			entity.State = null;
		}
Ejemplo n.º 10
0
		private void attach_Packets(Packet entity)
		{
			this.SendPropertyChanging();
			entity.State = this;
		}