Exemplo n.º 1
0
 public static void RemoveTie(this IAttTiepresent e)
 {
     MeiAtt_controller.RemoveAttribute(e, "tie");
 }
Exemplo n.º 2
0
 public static XAttribute GetTie(this IAttTiepresent e)
 {
     return(MeiAtt_controller.GetAttribute(e, "tie"));
 }
Exemplo n.º 3
0
 public static bool HasTie(this IAttTiepresent e)
 {
     return(MeiAtt_controller.HasAttribute(e, "tie"));
 }
Exemplo n.º 4
0
 public static void SetTie(this IAttTiepresent e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "tie", _val);
 }