Exemplo n.º 1
0
 public static void RemovePlace(this IAttPlacement e)
 {
     MeiAtt_controller.RemoveAttribute(e, "place");
 }
Exemplo n.º 2
0
 public static XAttribute GetPlace(this IAttPlacement e)
 {
     return(MeiAtt_controller.GetAttribute(e, "place"));
 }
Exemplo n.º 3
0
 public static bool HasPlace(this IAttPlacement e)
 {
     return(MeiAtt_controller.HasAttribute(e, "place"));
 }
Exemplo n.º 4
0
 public static void SetPlace(this IAttPlacement e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "place", _val);
 }