C# 클래스 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
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
compare_nullable_strings ( string A, string B, string Type, List Logger ) : void

메소드 상세

Compare() 공개 정적인 메소드

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
리턴 List