Exemplo n.º 1
0
 public static XAttribute GetEnd(this IAttMediabounds e)
 {
     return(MeiAtt_controller.GetAttribute(e, "end"));
 }
Exemplo n.º 2
0
 public static void SetEnd(this IAttMediabounds e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "end", _val);
 }
Exemplo n.º 3
0
 public static void RemoveBegin(this IAttMediabounds e)
 {
     MeiAtt_controller.RemoveAttribute(e, "begin");
 }
Exemplo n.º 4
0
 public static bool HasBegin(this IAttMediabounds e)
 {
     return(MeiAtt_controller.HasAttribute(e, "begin"));
 }
Exemplo n.º 5
0
 public static XAttribute GetBegin(this IAttMediabounds e)
 {
     return(MeiAtt_controller.GetAttribute(e, "begin"));
 }
Exemplo n.º 6
0
 public static void SetBegin(this IAttMediabounds e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "begin", _val);
 }