public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::Sistema_Gestor_de_Tutorias.InfoAlumnos)newDataRoot;
         return(true);
     }
     return(false);
 }
 private void Update_info_alumnos(global::Sistema_Gestor_de_Tutorias.InfoAlumnos obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_info_alumnos_matricula(obj.matricula, phase);
             this.Update_info_alumnos_nombre(obj.nombre, phase);
             this.Update_info_alumnos_apellidos(obj.apellidos, phase);
             this.Update_info_alumnos_cod_postal(obj.cod_postal, phase);
             this.Update_info_alumnos_provincia(obj.provincia, phase);
         }
     }
 }