예제 #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"));
 }
예제 #5
0
 public static string GetDotsValue(this IAttAugmentdots e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "dots"));
 }