示例#1
0
 public void Update(TransaqFortsCollaterals tfc)
 {
   if (tfc.Client != string.Empty)
     this.Client = tfc.Client;
   if (tfc.Current != string.Empty)
     this.Current = tfc.Current;
   if (tfc.Blocked != string.Empty)
     this.Blocked = tfc.Blocked;
   if (!(tfc.Free != string.Empty))
     return;
   this.Free = tfc.Free;
 }
示例#2
0
 public void Update(TransaqFortsCollaterals tfc)
 {
     if (tfc.Client != string.Empty)
     {
         this.Client = tfc.Client;
     }
     if (tfc.Current != string.Empty)
     {
         this.Current = tfc.Current;
     }
     if (tfc.Blocked != string.Empty)
     {
         this.Blocked = tfc.Blocked;
     }
     if (!(tfc.Free != string.Empty))
     {
         return;
     }
     this.Free = tfc.Free;
 }