Exemplo n.º 1
0
 private static string Dump(TestComputedFrom.MultiSync item)
 {
     return item.Base.Name1 + " " + item.Name1a + " " + item.Name1bx + " " + item.Name2a;
 }
Exemplo n.º 2
0
 private static string Dump(TestComputedFrom.PersistCustom item)
 {
     return item.NamePersist + " " + item.Code;
 }
Exemplo n.º 3
0
 private static string Dump(TestComputedFrom.PersistComplex item)
 {
     return item.Name + " " + item.Name2 + " " + item.Code;
 }
Exemplo n.º 4
0
 private static string Dump(TestComputedFrom.PersistPartial item)
 {
     return item.Name;
 }