コード例 #1
0
		private void detach_AutomatedSystems(AutomatedSystem entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
コード例 #2
0
		private void detach_AutomatedSystems(AutomatedSystem entity)
		{
			this.SendPropertyChanging();
			entity.NetworkInformation = null;
		}
コード例 #3
0
 partial void DeleteAutomatedSystem(AutomatedSystem instance);
コード例 #4
0
 partial void UpdateAutomatedSystem(AutomatedSystem instance);
コード例 #5
0
 partial void InsertAutomatedSystem(AutomatedSystem instance);
コード例 #6
0
		private void attach_AutomatedSystems(AutomatedSystem entity)
		{
			this.SendPropertyChanging();
			entity.TypeOfAutomatedSystem = this;
		}