Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Example #1
0
		private void detach_tasks_calls(tasks_call entity)
		{
			this.SendPropertyChanging();
			entity.call = null;
		}
Example #2
0
		private void attach_tasks_calls(tasks_call entity)
		{
			this.SendPropertyChanging();
			entity.call = this;
		}
Example #3
0
 partial void Updatetasks_call(tasks_call instance);
Example #4
0
 partial void Deletetasks_call(tasks_call instance);
Example #5
0
 partial void Inserttasks_call(tasks_call instance);