Пример #1
0
 partial void DeleteAlertProfileIdx(AlertProfileIdx instance);
Пример #2
0
 partial void UpdateAlertProfileIdx(AlertProfileIdx instance);
Пример #3
0
		private void detach_AlertProfileIdx(AlertProfileIdx entity)
		{
			this.SendPropertyChanging();
			entity.AlertProfiles = null;
		}
Пример #4
0
 partial void InsertAlertProfileIdx(AlertProfileIdx instance);
Пример #5
0
		private void attach_AlertProfileIdx(AlertProfileIdx entity)
		{
			this.SendPropertyChanging();
			entity.AlertProfiles = this;
		}