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
Mostra file Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method 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

Method Description
compare_nullable_strings ( string A, string B, string Type, List Logger ) : void

Method Details

Compare() public static method

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
return List