Example #1
0
 public static void RemoveDef(this IAttLayerLog e)
 {
     MeiAtt_controller.RemoveAttribute(e, "def");
 }
Example #2
0
 public static bool HasDef(this IAttLayerLog e)
 {
     return(MeiAtt_controller.HasAttribute(e, "def"));
 }
Example #3
0
 public static XAttribute GetDefAttribute(this IAttLayerLog e)
 {
     return(MeiAtt_controller.GetAttribute(e, "def"));
 }
Example #4
0
 public static string GetDefValue(this IAttLayerLog e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "def"));
 }
Example #5
0
 public static void SetDef(this IAttLayerLog e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "def", _val);
 }