コード例 #1
0
ファイル: Contact.cs プロジェクト: valery-shinkevich/sooda
 public Contact(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
コード例 #2
0
 public MegaSuperBike(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
コード例 #3
0
 public ConcreteMegaSuperBikeB(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
コード例 #4
0
ファイル: User.cs プロジェクト: alasdairhurst/nginn
 public User(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
コード例 #5
0
ファイル: TaskStatus.cs プロジェクト: alasdairhurst/nginn
 public TaskStatus(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
コード例 #6
0
ファイル: KeyGen.cs プロジェクト: valery-shinkevich/sooda
 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
ファイル: PKDateTime.cs プロジェクト: valery-shinkevich/sooda
 public PKDateTime(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
コード例 #10
0
ファイル: MultiKey.cs プロジェクト: valery-shinkevich/sooda
 public MultiKey(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
コード例 #11
0
ファイル: PKGuid.cs プロジェクト: valery-shinkevich/sooda
 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
ファイル: Vehicle.cs プロジェクト: valery-shinkevich/sooda
 public Vehicle(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }
コード例 #15
0
ファイル: PKString.cs プロジェクト: valery-shinkevich/sooda
 public PKString(SoodaConstructor c)
     : base(c)
 {
     // Do not modify this constructor.
 }