-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed the visibility of the field _id in the classes vm.Aspects.Model.DomainEntity and vm.Aspects.Model.DomainValue from private to protected. This will allow the inheritors to modify the behavior of the property Id, without unnecessary duplicating the backing field. * The property Id was applied the attributes KeyAttribute and ColumnAttribute with argument Order=0. * Marked both classes with CLSCompatible(false). This will allow the inheritors to use types like uint or ulong for the properties Id, which are usually mapped to the primary key of the corresponding DB tables. Negative Id-s (PK-s) do not make a lot of sense.
- vm.Aspects.Security.Cryptography.Ciphers.v2.1.4
- vm.Aspects.Linq.Expressions.Serialization.v2.0.1
- v2.0.2
- v2.0.0
- v1.0.68-beta
- v1.0.51-beta
- v1.0.48-beta
- v1.0.43-beta
- v1.0.41-beta
- v1.0.37-beta
- v1.0.36-beta
- v1.0.35-beta
- v1.0.34-beta
- v1.0.33-beta
- v1.0.29-beta
- v1.0.27-beta
- v1.0.26-beta
- v1.0.25-beta
- v1.0.24-beta
- v1.0.23-beta
- v1.0.22-beta
- v1.0.21-beta
- v1.0.12-beta
- before-swap-protected-encrypted
- 2.0.0
- 1.3.0-beta08
- 1.0.23-beta
- 1.0.20-beta
- 1.0.2-beta
Showing
9 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters