Beispiel #1
0
 public EntityType()
 {
     CoreProperties = new PropertyList();
 }
Beispiel #2
0
 public Entity()
 {
     Properties = new PropertyList();
 }