Esempio n. 1
0
 //===============================================================
 public TestClass()
 {
     Key         = 1;
     Value1      = 1;
     Value2      = DateTime.MinValue;
     Property    = new TestProperty();
     ComplexList = new List <TestProperty>();
     IntegerList = new List <int>();
 }
Esempio n. 2
0
 //===============================================================
 public ComplexTestClass()
 {
     ComplexProperty = new TestProperty();
 }
Esempio n. 3
0
 //===============================================================
 public ComplexTestClass()
 {
     ComplexProperty = new TestProperty();
 }