Exemple #1
0
 public static void RemoveOntheline(this IAttOnelinestaff e)
 {
     MeiAtt_controller.RemoveAttribute(e, "ontheline");
 }
Exemple #2
0
 public static XAttribute GetOntheline(this IAttOnelinestaff e)
 {
     return(MeiAtt_controller.GetAttribute(e, "ontheline"));
 }
Exemple #3
0
 public static bool HasOntheline(this IAttOnelinestaff e)
 {
     return(MeiAtt_controller.HasAttribute(e, "ontheline"));
 }
Exemple #4
0
 public static void SetOntheline(this IAttOnelinestaff e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "ontheline", _val);
 }