Exemplo n.º 1
0
 public static void RemoveRehEnclose(this IAttRehearsal e)
 {
     MeiAtt_controller.RemoveAttribute(e, "reh.enclose");
 }
Exemplo n.º 2
0
 public static XAttribute GetRehEnclose(this IAttRehearsal e)
 {
     return(MeiAtt_controller.GetAttribute(e, "reh.enclose"));
 }
Exemplo n.º 3
0
 public static bool HasRehEnclose(this IAttRehearsal e)
 {
     return(MeiAtt_controller.HasAttribute(e, "reh.enclose"));
 }
Exemplo n.º 4
0
 public static void SetRehEnclose(this IAttRehearsal e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "reh.enclose", _val);
 }