Beispiel #1
0
 public Vehicle(SoodaConstructor c) : base(c)
 {
     // Do not modify this constructor.
 }
 public MegaSuperBike(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #3
0
 public ConcreteMegaSuperBikeB(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #4
0
 public Group(SoodaConstructor c) :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #5
0
 public MultiKey(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #6
0
 public Contact(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #7
0
 public PKBool(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }
 public AllDataTypes(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #9
0
 public PKDateTime(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #10
0
 public PKString(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #11
0
 public EightFields(SoodaConstructor c) :
     base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #12
0
 public KeyGen(SoodaConstructor c) :
     base(c)
 {
     // Do not modify this constructor.
 }
 public ConcreteMegaSuperBikeA(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Beispiel #14
0
 public ExtendedBike(SoodaConstructor c)
     :
     base(c)
 {
     // Do not modify this constructor.
 }