Exemple #1
0
 public static void RemoveFunc(this IAttTempoLog e)
 {
     MeiAtt_controller.RemoveAttribute(e, "func");
 }
Exemple #2
0
 public static bool HasFunc(this IAttTempoLog e)
 {
     return(MeiAtt_controller.HasAttribute(e, "func"));
 }
Exemple #3
0
 public static void SetFunc(this IAttTempoLog e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "func", _val);
 }
Exemple #4
0
 public static XAttribute GetFunc(this IAttTempoLog e)
 {
     return(MeiAtt_controller.GetAttribute(e, "func"));
 }
 public static string GetFuncValue(this IAttTempoLog e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "func"));
 }