Ejemplo n.º 1
0
 public EntityDefinition()
 {
     Attributes = new AttributeDefinitionCollection(this);
 }
Ejemplo n.º 2
0
 public EntityDefinition(string name) : base(name)
 {
     Attributes = new AttributeDefinitionCollection(this);
 }