Exemplo n.º 1
0
 public static void RemoveAgent(this IAttAgentident e)
 {
     MeiAtt_controller.RemoveAttribute(e, "agent");
 }
Exemplo n.º 2
0
 public static bool HasAgent(this IAttAgentident e)
 {
     return(MeiAtt_controller.HasAttribute(e, "agent"));
 }
Exemplo n.º 3
0
 public static void SetAgent(this IAttAgentident e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "agent", _val);
 }
Exemplo n.º 4
0
 public static XAttribute GetAgent(this IAttAgentident e)
 {
     return(MeiAtt_controller.GetAttribute(e, "agent"));
 }
Exemplo n.º 5
0
 public static string GetAgentValue(this IAttAgentident e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "agent"));
 }