Class ChangeDescription
- Namespace
- The.ChangeTracking
- Assembly
- Instagile.dll
Provides static methods to generate human-readable descriptions of entity changes.
public static class ChangeDescription
- Inheritance
-
ChangeDescription
- Inherited Members
Methods
GetChanges(IEnumerable<IEntity>, bool)
public static IReadOnlyDictionary<EntityKernel, string> GetChanges(IEnumerable<IEntity> collection, bool includeDerived = false)
Parameters
collectionIEnumerable<IEntity>includeDerivedbool
Returns
GetChanges(IEntity, bool)
public static IReadOnlyDictionary<EntityKernel, string> GetChanges(IEntity entity, bool includeDerived = false)