Beispiel #1
0
		private void attach_Spares(Spare entity)
		{
			this.SendPropertyChanging();
			entity.Model = this;
		}
Beispiel #2
0
		private void detach_Spares(Spare entity)
		{
			this.SendPropertyChanging();
			entity.Model = null;
		}
Beispiel #3
0
		private void attach_Spares(Spare entity)
		{
			this.SendPropertyChanging();
			entity.Location = this;
		}
Beispiel #4
0
		private void detach_Spares(Spare entity)
		{
			this.SendPropertyChanging();
			entity.Condition = null;
		}
Beispiel #5
0
 partial void DeleteSpare(Spare instance);
Beispiel #6
0
 partial void UpdateSpare(Spare instance);
Beispiel #7
0
 partial void InsertSpare(Spare instance);