Esempio n. 1
0
 partial void DeleteAlertProfileIdx(AlertProfileIdx instance);
Esempio n. 2
0
 partial void UpdateAlertProfileIdx(AlertProfileIdx instance);
Esempio n. 3
0
		private void detach_AlertProfileIdx(AlertProfileIdx entity)
		{
			this.SendPropertyChanging();
			entity.AlertProfiles = null;
		}
Esempio n. 4
0
 partial void InsertAlertProfileIdx(AlertProfileIdx instance);
Esempio n. 5
0
		private void attach_AlertProfileIdx(AlertProfileIdx entity)
		{
			this.SendPropertyChanging();
			entity.AlertProfiles = this;
		}