Exemple #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::TestDB.Info)newDataRoot;
         return(true);
     }
     return(false);
 }
Exemple #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::TestDB.Info obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_NameOfPlace(obj.NameOfPlace, phase);
             this.Update_CodeFil(obj.CodeFil, phase);
             this.Update_CodePred(obj.CodePred, phase);
             this.Update_APILogin(obj.APILogin, phase);
             this.Update_APIPass(obj.APIPass, phase);
             this.Update_User(obj.User, phase);
             this.Update_CompanyGuid(obj.CompanyGuid, phase);
             this.Update_PlaceGuid(obj.PlaceGuid, phase);
             this.Update_APIKey(obj.APIKey, phase);
         }
     }
 }