Example #1
0
 public void AddElementAttribute(ElementAttribute paElementAttribute, String paValue)
 {
     if (!String.IsNullOrEmpty(paValue))
     {
         AddAttribute(paElementAttribute.ToString().ToLower(), paValue);
     }
 }