public static void RemoveStemWith(this IAttStemsCmn e) { MeiAtt_controller.RemoveAttribute(e, "stem.with"); }
public static XAttribute GetStemWith(this IAttStemsCmn e) { return(MeiAtt_controller.GetAttribute(e, "stem.with")); }
public static bool HasStemWith(this IAttStemsCmn e) { return(MeiAtt_controller.HasAttribute(e, "stem.with")); }
public static void SetStemWith(this IAttStemsCmn e, string _val) { MeiAtt_controller.SetAttribute(e, "stem.with", _val); }