Exemplo n.º 1
0
 public static void RemoveMfunc(this IAttMelodicfunction e)
 {
     MeiAtt_controller.RemoveAttribute(e, "mfunc");
 }
Exemplo n.º 2
0
 public static XAttribute GetMfunc(this IAttMelodicfunction e)
 {
     return(MeiAtt_controller.GetAttribute(e, "mfunc"));
 }
Exemplo n.º 3
0
 public static bool HasMfunc(this IAttMelodicfunction e)
 {
     return(MeiAtt_controller.HasAttribute(e, "mfunc"));
 }
Exemplo n.º 4
0
 public static void SetMfunc(this IAttMelodicfunction e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "mfunc", _val);
 }