public static void RemoveForm(this IAttDotLog e) { MeiAtt_controller.RemoveAttribute(e, "form"); }
public static bool HasForm(this IAttDotLog e) { return(MeiAtt_controller.HasAttribute(e, "form")); }
public static XAttribute GetFormAttribute(this IAttDotLog e) { return(MeiAtt_controller.GetAttribute(e, "form")); }
public static string GetFormValue(this IAttDotLog e) { return(MeiAtt_controller.GetAttributeValue(e, "form")); }
public static void SetForm(this IAttDotLog e, string _val) { MeiAtt_controller.SetAttribute(e, "form", _val); }