Пример #1
0
 internal void a(TextBlock textBlock)
 {
     if (this.aAu != null)
     {
         textBlock.SetAttribute("methodParameter", this.aAu.UIN.ToString());
     }
     if (this.aAV != null)
     {
         textBlock.SetAttribute("declareAction", this.aAV.UIN.ToString());
     }
     if (this.aAv != null)
     {
         textBlock.SetAttribute("type", this.aAv.FullName);
     }
     if (this.aAW != null)
     {
         textBlock.SetAttribute("name", this.aAW);
     }
     if (this.aAw != null)
     {
         string saveValueString = EntityHelper.ConvertToString(this.aAv, this.aAw, null);
         if (saveValueString != null)
         {
             textBlock.SetAttribute("value", saveValueString);
         }
     }
 }