Пример #1
0
 public Contact(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #2
0
 public MegaSuperBike(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
 public ConcreteMegaSuperBikeB(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #4
0
 public User(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #5
0
 public TaskStatus(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #6
0
 public KeyGen(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #7
0
 protected SoodaObject(SoodaConstructor c)
 {
     GC.SuppressFinalize(this);
 }
Пример #8
0
 public AllDataTypes(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #9
0
 public PKDateTime(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #10
0
 public MultiKey(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #11
0
 public PKGuid(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #12
0
 public EightFields(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #13
0
 public ExtendedBike(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #14
0
 public Vehicle(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
Пример #15
0
 public PKString(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }