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