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