Exemplo n.º 1
0
		private void detach_UnitPropertyValues(UnitPropertyValue entity)
		{
			this.SendPropertyChanging();
			entity.Unit = null;
		}
Exemplo n.º 2
0
		private void attach_UnitPropertyValues(UnitPropertyValue entity)
		{
			this.SendPropertyChanging();
			entity.Unit = this;
		}
Exemplo n.º 3
0
 partial void UpdateUnitPropertyValue(UnitPropertyValue instance);
Exemplo n.º 4
0
 partial void DeleteUnitPropertyValue(UnitPropertyValue instance);
Exemplo n.º 5
0
 partial void InsertUnitPropertyValue(UnitPropertyValue instance);