Commit ef6fa83
committed
Added (optional)
Previously, the `AttributeValue` property had a `LastUpdated` property, but as it was automatically assigned, it wasn't included in the constructor. In preparation for allowing this to be set as part of the loading and import processes, however, this needs to be exposed as a writeable field, at least via the constructor (since, currently, the property itself is readonly). Arguably, this _might_ make more sense being placed after `value`; since mapped properties will be calling `enforceBusinessLogic`, however, but _not_ supplying `lastModified`, we're placing it last. Regardless, as ancillary metdata on an internal overload, the order isn't too critical here.lastUpdated parameter to constructor1 parent 82c8e5e commit ef6fa83
1 file changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
99 | | - | |
100 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
101 | 117 | | |
102 | 118 | | |
103 | 119 | | |
| |||
0 commit comments