ChangeTracking<T> Public class
This class provides a way to keep track of changes to an entity
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Helpers
SharedLibraryCore.Helpers.ChangeTracking_1[[ChangeTracking< T >]]
end
Loading
This class provides a way to keep track of changes to an entity
Type |
Description |
Constraints |
T |
Type of entity to keep track of changes to |
|
Source code
Source code
public void OnChange(T value)
Type |
Name |
Description |
T |
value |
|
Source code
public bool HasChanges { get; }
Generated with ModularDoc