예제 #1
0
 partial void DeleteLote(Lote instance);
예제 #2
0
 partial void InsertLote(Lote instance);
예제 #3
0
 partial void UpdateLote(Lote instance);
예제 #4
0
		private void detach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Fornecedor = null;
		}
예제 #5
0
		private void attach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Fornecedor = this;
		}
예제 #6
0
		private void detach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Especificacao = null;
		}
예제 #7
0
		private void detach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Compra = null;
		}
예제 #8
0
		private void attach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Compra = this;
		}