Пример #1
0
 partial void DeleteScheduledCommand(ScheduledCommand instance);
Пример #2
0
 partial void InsertScheduledCommand(ScheduledCommand instance);
Пример #3
0
 partial void UpdateScheduledCommand(ScheduledCommand instance);
Пример #4
0
		private void detach_ScheduledCommands(ScheduledCommand entity)
		{
			this.SendPropertyChanging();
			entity.ContentItem = null;
		}