Пример #1
0
 partial void DeletePhysicalMemory(PhysicalMemory instance);
Пример #2
0
 partial void UpdatePhysicalMemory(PhysicalMemory instance);
Пример #3
0
		private void detach_PhysicalMemory(PhysicalMemory entity)
		{
			this.SendPropertyChanging();
			entity.PC = null;
		}
Пример #4
0
 partial void InsertPhysicalMemory(PhysicalMemory instance);
Пример #5
0
		private void attach_PhysicalMemory(PhysicalMemory entity)
		{
			this.SendPropertyChanging();
			entity.PC = this;
		}