Commit c37934b
committed
Added a
There was previously no way to mark all relationships as clean without looping through the list of `NamedTopicCollections` and flipping the `IsDirty` value of each. That's all the new `MarkClean()` method does as well, but it centralizes the logic in the `RelatedTopicCollection`, and offers consistency with other collections that use the `IsDirty()`/`MarkClean()` convention (e.g., `AttributeValueCollection`).MarkClean() method to RelatedTopicCollection
1 parent 265e2e5 commit c37934b
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
317 | 330 | | |
318 | 331 | | |
319 | 332 | | |
| |||
0 commit comments