Exemplo n.º 1
0
 /// <summary>
 /// TimeType class constructor
 /// </summary>
 public TimeType()
 {
     _received_Time = new DateTimeWithPrecisionType();
     _produced_Time = new DateTimeWithPrecisionType();
     _end_Time      = new DateTimeWithPrecisionType();
     _start_Time    = new DateTimeWithPrecisionType();
 }
Exemplo n.º 2
0
 /// <summary>
 /// BuildInformationType class constructor
 /// </summary>
 public BuildInformationType()
 {
     _libraries           = new LibrariesType();
     _build_Configuration = new BuildConfigurationType();
     _compilation_Date    = new DateTimeWithPrecisionType();
     _compilers           = new List <CompilerType>();
     _build_Utility       = new BuildUtilityType();
 }
Exemplo n.º 3
0
 /// <summary>
 /// ExecutionEnvironmentType class constructor
 /// </summary>
 public ExecutionEnvironmentType()
 {
     _start_Time = new DateTimeWithPrecisionType();
 }