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