Esempio n. 1
0
 public static void RemoveWhen(this IAttAlignment e)
 {
     MeiAtt_controller.RemoveAttribute(e, "when");
 }
Esempio n. 2
0
 public static XAttribute GetWhen(this IAttAlignment e)
 {
     return(MeiAtt_controller.GetAttribute(e, "when"));
 }
Esempio n. 3
0
 public static bool HasWhen(this IAttAlignment e)
 {
     return(MeiAtt_controller.HasAttribute(e, "when"));
 }
Esempio n. 4
0
 public static void SetWhen(this IAttAlignment e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "when", _val);
 }