v1.0.9-beta
Pre-release
Pre-release
- Changed the visibility of the field
_id
in the classesvm.Aspects.Model.DomainEntity
andvm.Aspects.Model.DomainValue
from private to protected. This will allow the inheritors to modify the behavior of the propertyId
, without unnecessary duplicating the backing field. - Marked both classes with
CLSCompatible(false)
. This will allow the inheritors to use types likeuint
orulong
for the propertiesId
, which are usually mapped to the primary key of the corresponding DB tables. NegativeId
-s (PK-s) do not make a lot of sense.