Beispiel #1
0
 public static void RemoveHand(this IAttHandident e)
 {
     MeiAtt_controller.RemoveAttribute(e, "hand");
 }
Beispiel #2
0
 public static bool HasHand(this IAttHandident e)
 {
     return(MeiAtt_controller.HasAttribute(e, "hand"));
 }
Beispiel #3
0
 public static void SetHand(this IAttHandident e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "hand", _val);
 }
Beispiel #4
0
 public static XAttribute GetHand(this IAttHandident e)
 {
     return(MeiAtt_controller.GetAttribute(e, "hand"));
 }
 public static string GetHandValue(this IAttHandident e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "hand"));
 }