Exemplo n.º 1
0
 public static void RemoveForm(this IAttBeatRptVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "form");
 }
Exemplo n.º 2
0
 public static XAttribute GetForm(this IAttBeatRptVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "form"));
 }
Exemplo n.º 3
0
 public static bool HasForm(this IAttBeatRptVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "form"));
 }
Exemplo n.º 4
0
 public static void SetForm(this IAttBeatRptVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "form", _val);
 }