Exemplo n.º 1
0
		private void detach_inspectionLines(inspectionLine entity)
		{
			this.SendPropertyChanging();
			entity.inspection = null;
		}
Exemplo n.º 2
0
		private void attach_inspectionLines(inspectionLine entity)
		{
			this.SendPropertyChanging();
			entity.document = this;
		}
Exemplo n.º 3
0
		private void detach_inspectionLines(inspectionLine entity)
		{
			this.SendPropertyChanging();
			entity.purchaseOrderLine = null;
		}
Exemplo n.º 4
0
 partial void DeleteinspectionLine(inspectionLine instance);
Exemplo n.º 5
0
 partial void UpdateinspectionLine(inspectionLine instance);
Exemplo n.º 6
0
 partial void InsertinspectionLine(inspectionLine instance);