예제 #1
0
 public DerivedPocoType(int id, string name, PocoType reference)
     : base(id, name)
 {
     this.reference = reference;
 }
예제 #2
0
 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;
 }
예제 #4
0
 public DerivedXmlSerializableType(int id, string name, PocoType reference)
     : base(id, name)
 {
     this.reference = reference;
 }