예제 #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::P3EstebanSanRoman.VMDron)newDataRoot;
         return(true);
     }
     return(false);
 }
예제 #2
0
            // Update methods for each path node used in binding steps.
            private void Update_(global::P3EstebanSanRoman.VMDron obj, int phase)
            {
                MainPage_obj5_Bindings bindings = this;

                if (obj != null)
                {
                    if ((phase & (NOT_PHASED | (1 << 0))) != 0)
                    {
                        this.Update_Id(obj.Id, phase);
                        this.Update_Imagen(obj.Imagen, phase);
                        this.Update_Nombre(obj.Nombre, phase);
                    }
                }
            }