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