Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Ejemplo n.º 1
0
 partial void Deletetask_category(task_category instance);
Ejemplo n.º 2
0
 partial void Inserttask_category(task_category instance);
Ejemplo n.º 3
0
 partial void Updatetask_category(task_category instance);
Ejemplo n.º 4
0
		private void detach_task_categories(task_category entity)
		{
			this.SendPropertyChanging();
			entity.task_category1 = null;
		}