예제 #1
0
 partial void DeleteTicketAttachment(TicketAttachment instance);
예제 #2
0
 partial void InsertTicketAttachment(TicketAttachment instance);
예제 #3
0
 partial void UpdateTicketAttachment(TicketAttachment instance);
예제 #4
0
 private void detach_TicketAttachments(TicketAttachment entity)
 {
     this.SendPropertyChanging();
     entity.Ticket = null;
 }
예제 #5
0
 partial void DeleteTicketAttachment(TicketAttachment instance);
예제 #6
0
 partial void UpdateTicketAttachment(TicketAttachment instance);
예제 #7
0
 partial void InsertTicketAttachment(TicketAttachment instance);
예제 #8
0
		private void detach_TicketAttachments(TicketAttachment entity)
		{
			this.SendPropertyChanging();
			entity.Ticket = null;
		}