コード例 #1
0
		private void detach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.lkupDesk = null;
		}
コード例 #2
0
 partial void DeleteBroker_Desk(Broker_Desk instance);
コード例 #3
0
		private void detach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.BrokerMapValue = null;
		}
コード例 #4
0
 partial void UpdateBroker_Desk(Broker_Desk instance);
コード例 #5
0
 partial void InsertBroker_Desk(Broker_Desk instance);
コード例 #6
0
		private void attach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.lkupInitAgg = this;
		}
コード例 #7
0
		private void attach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.lkupTradeType = this;
		}
コード例 #8
0
		private void attach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.LocationMapValue = this;
		}