Example #1
0
		private void attach_Responses(Response entity)
		{
			this.SendPropertyChanging();
			entity.Priority = this;
		}
Example #2
0
		private void detach_Responses(Response entity)
		{
			this.SendPropertyChanging();
			entity.Priority = null;
		}
Example #3
0
		private void detach_Responses2(Response entity)
		{
			this.SendPropertyChanging();
			entity.User2 = null;
		}
Example #4
0
		private void attach_Responses2(Response entity)
		{
			this.SendPropertyChanging();
			entity.User2 = this;
		}
Example #5
0
 partial void DeleteResponse(Response instance);
Example #6
0
 partial void UpdateResponse(Response instance);
Example #7
0
 partial void InsertResponse(Response instance);