Exemplo n.º 1
0
 public static void RemoveTstampReal(this IAttTimestampPerformed e)
 {
     MeiAtt_controller.RemoveAttribute(e, "tstamp.real");
 }
Exemplo n.º 2
0
 public static bool HasTstampReal(this IAttTimestampPerformed e)
 {
     return(MeiAtt_controller.HasAttribute(e, "tstamp.real"));
 }
Exemplo n.º 3
0
 public static void SetTstampReal(this IAttTimestampPerformed e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "tstamp.real", _val);
 }
Exemplo n.º 4
0
 public static string GetTstampRealValue(this IAttTimestampPerformed e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "tstamp.real"));
 }
Exemplo n.º 5
0
 public static XAttribute GetTstampGesAttribute(this IAttTimestampPerformed e)
 {
     return(MeiAtt_controller.GetAttribute(e, "tstamp.ges"));
 }