Ejemplo n.º 1
0
 public static void RemoveDecls(this IAttDeclaring e)
 {
     MeiAtt_controller.RemoveAttribute(e, "decls");
 }
Ejemplo n.º 2
0
 public static bool HasDecls(this IAttDeclaring e)
 {
     return(MeiAtt_controller.HasAttribute(e, "decls"));
 }
Ejemplo n.º 3
0
 public static void SetDecls(this IAttDeclaring e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "decls", _val);
 }
Ejemplo n.º 4
0
 public static XAttribute GetDecls(this IAttDeclaring e)
 {
     return(MeiAtt_controller.GetAttribute(e, "decls"));
 }
Ejemplo n.º 5
0
 public static string GetDeclsValue(this IAttDeclaring e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "decls"));
 }