コード例 #1
0
ファイル: ChatPage.g.cs プロジェクト: Solt01/YAP3
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::CLient_CS_UWP.Message)newDataRoot;
         return(true);
     }
     return(false);
 }
コード例 #2
0
ファイル: ChatPage.g.cs プロジェクト: Solt01/YAP3
 // Update methods for each path node used in binding steps.
 private void Update_(global::CLient_CS_UWP.Message obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_MsgAlignment(obj.MsgAlignment, phase);
             this.Update_PersonPictureVisibility(obj.PersonPictureVisibility, phase);
             this.Update_BgColor(obj.BgColor, phase);
             this.Update_TopHeight(obj.TopHeight, phase);
             this.Update_Name(obj.Name, phase);
             this.Update_OnlineBrush(obj.OnlineBrush, phase);
             this.Update_Text(obj.Text, phase);
             this.Update_M_HourMinute_757602046(phase);
         }
     }
     this.CompleteUpdate(phase);
 }