Show / Hide Table of Contents

Enum DifferenceType

Indicates the type of difference between two properties.

Namespace: Algenta.Colectica.Model.DifferenceDetection
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum DifferenceType

Fields

Name Description
Added

A value was added to a list.

Changed

The properties have different content.

Removed

A value was removed from a list.

Same

The properties have the same content.

Extension Methods

Extensions.Yield<DifferenceType>(DifferenceType)
In this article
Back to top Generated by DocFX