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