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