Exemplo n.º 1
0
		private void detach_ProductComponents(ProductComponent entity)
		{
			this.SendPropertyChanging();
			entity.Component = null;
		}
Exemplo n.º 2
0
 partial void DeleteProductComponent(ProductComponent instance);
Exemplo n.º 3
0
 partial void InsertProductComponent(ProductComponent instance);
Exemplo n.º 4
0
 partial void UpdateProductComponent(ProductComponent instance);
Exemplo n.º 5
0
		private void attach_ProductComponents(ProductComponent entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}