Exemplo n.º 1
0
 protected AttributeDomain(Guid id, Name name, EnumDataTypes dataType, bool allowNull, int?length, EntityDomain entity)
     : this(name, dataType, allowNull, length)
 {
     this.Id = id;
 }
Exemplo n.º 2
0
 public ElementDomain(EntityDomain entity, EnumDataTypes dataType)
 {
     Entity   = entity;
     DataType = dataType;
 }