Class Comparison
- Namespace
- Dynamicweb.Deployment
- Assembly
- Dynamicweb.Core.dll
Represents a comparison of two data items.
- Inheritance
-
Comparison
- Inherited Members
Properties
Id
Gets the identifier.
Property Value
- string
The identifier.
Left
Gets the left.
Property Value
- Data
Item Info The left.
Right
Gets the right.
Property Value
- Data
Item Info The right.
Status
Gets the status.
Property Value
- Comparison
Status The status.
Methods
Compare(IDictionary<string, DataItemInfo>, IDictionary<string, DataItemInfo>)
Compares two collections of data items with matching identifiers.
public static IEnumerable<Comparison> Compare(IDictionary<string, DataItemInfo> left, IDictionary<string, DataItemInfo> right)
Parameters
left
IDictionary<string, DataItem >Info The left data items.
right
IDictionary<string, DataItem >Info The right data items.