Class EntityCompare.CollectionResultBucket<K>
Represents the result of comparing two collections of entities.
public class EntityCompare.CollectionResultBucket<K> where K : BaseEntity
Type Parameters
K
The type of the entity.
- Inheritance
-
EntityCompare.CollectionResultBucket<K>
- Inherited Members
Constructors
- CollectionResultBucket(IEnumerable<ResultBucket<K>>)
Initializes a new instance of the EntityCompare.CollectionResultBucket<K> class.
Properties
- ChangedItems
The items that are in both the Left and Right but the properties are different.
- ItemsOnlyInLeft
The items that are in the Left but not in the Right.
- ItemsOnlyInRight
The items that are in the Right but not in the Left.
- UnchangedItems
The items that are in both the Left and Right and the properties are the same.