public void OnMessage(Message <byte[]> message) { IncidentRecord value = IncidentRecord.Parser.ParseFrom(message.GetMessageObject()); MessageConsumer.Invoke(value); }
partial void DeleteIncidentRecord(IncidentRecord instance);
partial void InsertIncidentRecord(IncidentRecord instance);
partial void UpdateIncidentRecord(IncidentRecord instance);
private void detach_IncidentRecords(IncidentRecord entity) { this.SendPropertyChanging(); entity.Technician = null; }