Table of Contents

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

collection IEnumerable<IEntity>
includeDerived bool

Returns

IReadOnlyDictionary<EntityKernel, string>

GetChanges(IEntity, bool)

public static IReadOnlyDictionary<EntityKernel, string> GetChanges(IEntity entity, bool includeDerived = false)

Parameters

entity IEntity
includeDerived bool

Returns

IReadOnlyDictionary<EntityKernel, string>