示例#1
0
 public DerivedPocoType(int id, string name, PocoType reference)
     : base(id, name)
 {
     this.reference = reference;
 }
 public DerivedXmlSerializableType(int id, string name, PocoType reference)
     : base(id, name)
 {
     this.reference = reference;
 }
示例#3
0
 public DerivedDataContractType(int id, string name, PocoType reference)
     : base(id, name)
 {
     this.reference = reference;
 }
 public DerivedXmlSerializableType(int id, string name, PocoType reference)
     : base(id, name)
 {
     this.reference = reference;
 }