コード例 #1
0
ファイル: MainPage.g.cs プロジェクト: Aylszen/IPM_Projekt
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::CurrencyNamespace.Currency)newDataRoot;
         return(true);
     }
     return(false);
 }
コード例 #2
0
ファイル: MainPage.g.cs プロジェクト: Aylszen/IPM_Projekt
 // Update methods for each path node used in binding steps.
 private void Update_(global::CurrencyNamespace.Currency obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Name(obj.Name, phase);
             this.Update_CountryImage(obj.CountryImage, phase);
             this.Update_ShortName(obj.ShortName, phase);
             this.Update_Price(obj.Price, phase);
         }
     }
 }