Exemplo n.º 1
0
 public static void RemoveDots(this IAttAugmentdots e)
 {
     MeiAtt_controller.RemoveAttribute(e, "dots");
 }
Exemplo n.º 2
0
 public static bool HasDots(this IAttAugmentdots e)
 {
     return(MeiAtt_controller.HasAttribute(e, "dots"));
 }
Exemplo n.º 3
0
 public static void SetDots(this IAttAugmentdots e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "dots", _val);
 }
Exemplo n.º 4
0
 public static XAttribute GetDots(this IAttAugmentdots e)
 {
     return(MeiAtt_controller.GetAttribute(e, "dots"));
 }
Exemplo n.º 5
0
 public static string GetDotsValue(this IAttAugmentdots e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "dots"));
 }