C# Class SobekCM.Core.Aggregations.Complete_Item_Aggregation_Comparer

Class is used to compare two aggregation objects and is generally used to determine has been updated within an item aggreation during administrative work
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode Description
Compare ( Complete_Item_Aggregation Base, Complete_Item_Aggregation Compared ) : List

Compares the two aggregation objects and returns a list of differences for saving as milestones during aggregation curatorial or administrative work

Private Methods

Méthode Description
compare_nullable_strings ( string A, string B, string Type, List Logger ) : void

Method Details

Compare() public static méthode

Compares the two aggregation objects and returns a list of differences for saving as milestones during aggregation curatorial or administrative work
public static Compare ( Complete_Item_Aggregation Base, Complete_Item_Aggregation Compared ) : List
Base Complete_Item_Aggregation Base item aggregation
Compared Complete_Item_Aggregation New item aggregation object to compare to the base
Résultat List