Ejemplo n.º 1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="T:System.Object" /> class.
 /// </summary>
 private ChangeSummary()
 {
     _index  = -1;
     Latest  = new ChangeStatistics();
     Overall = new ChangeStatistics();
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="T:System.Object" /> class.
 /// </summary>
 public ChangeSummary(int index, ChangeStatistics latest, ChangeStatistics overall)
 {
     Latest  = latest;
     Overall = overall;
     _index  = index;
 }
Ejemplo n.º 3
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="T:System.Object" /> class.
 /// </summary>
 private ChangeSummary()
 {
     _index = -1;
     Latest = new ChangeStatistics();
     Overall = new ChangeStatistics();
 }
Ejemplo n.º 4
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="T:System.Object" /> class.
 /// </summary>
 public ChangeSummary(int index, ChangeStatistics latest, ChangeStatistics overall)
 {
     Latest = latest;
     Overall = overall;
     _index = index;
 }
Ejemplo n.º 5
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="T:System.Object" /> class.
 /// </summary>
 public ChangeSummary()
 {
     _index   = -1;
     _latest  = new ChangeStatistics();
     _overall = new ChangeStatistics();
 }
Ejemplo n.º 6
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="T:System.Object" /> class.
 /// </summary>
 public ChangeSummary()
 {
     _index = -1;
     _latest = new ChangeStatistics();
     _overall = new ChangeStatistics();
 }