private void detach_ApkDebugInfo(ApkDebugInfo entity)
 {
     this.SendPropertyChanging();
     entity.ApkInfo = null;
 }
 private void attach_ApkDebugInfo(ApkDebugInfo entity)
 {
     this.SendPropertyChanging();
     entity.ApkInfo = this;
 }
 partial void UpdateApkDebugInfo(ApkDebugInfo instance);
 partial void DeleteApkDebugInfo(ApkDebugInfo instance);
 partial void InsertApkDebugInfo(ApkDebugInfo instance);