Esempio n. 1
0
 partial void DeleteScheduledCommand(ScheduledCommand instance);
Esempio n. 2
0
 partial void InsertScheduledCommand(ScheduledCommand instance);
Esempio n. 3
0
 partial void UpdateScheduledCommand(ScheduledCommand instance);
Esempio n. 4
0
		private void detach_ScheduledCommands(ScheduledCommand entity)
		{
			this.SendPropertyChanging();
			entity.ContentItem = null;
		}