Ejemplo n.º 1
0
 partial void DeleteSQLIncident(SQLIncident instance);
Ejemplo n.º 2
0
 private void detach_SQLIncidents(SQLIncident entity)
 {
     this.SendPropertyChanging();
     entity.SQLTechnician = null;
 }
Ejemplo n.º 3
0
 private void detach_SQLIncidents(SQLIncident entity)
 {
     this.SendPropertyChanging();
     entity.SQLCustomer = null;
 }
Ejemplo n.º 4
0
 partial void UpdateSQLIncident(SQLIncident instance);
Ejemplo n.º 5
0
        private void LoadIncidentDetails()
        {
            var unassignedIncident = (from incident in techSupport.SQLIncidents
                                      where incident.IncidentID == (int)this.Tag
                                      select incident).Single();

            selectedIncident = unassignedIncident;
            sQLIncidentBindingSource.DataSource = selectedIncident;
        }
Ejemplo n.º 6
0
 partial void InsertSQLIncident(SQLIncident instance);
Ejemplo n.º 7
0
		private void detach_SQLIncidents(SQLIncident entity)
		{
			this.SendPropertyChanging();
			entity.SQLTechnician = null;
		}
Ejemplo n.º 8
0
 partial void DeleteSQLIncident(SQLIncident instance);
Ejemplo n.º 9
0
 partial void UpdateSQLIncident(SQLIncident instance);
Ejemplo n.º 10
0
 partial void InsertSQLIncident(SQLIncident instance);
Ejemplo n.º 11
0
		private void detach_SQLIncidents(SQLIncident entity)
		{
			this.SendPropertyChanging();
			entity.SQLCustomer = null;
		}