-
-
Notifications
You must be signed in to change notification settings - Fork 50
sharedlibrarycorehelpers ChangeTrackingT
RaidMax edited this page May 21, 2023
·
1 revision
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
| Type | Name | Methods |
|---|---|---|
bool |
HasChanges |
get |
| Returns | Name |
|---|---|
T |
GetNextChange() |
void |
OnChange(T value) |
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 |
public ChangeTracking()public void OnChange(T value)| Type | Name | Description |
|---|---|---|
T |
value |
public T GetNextChange()public bool HasChanges { get; }Generated with ModularDoc