C# Class Data.XMLComparer

Description of XMLComparer.
Inheritance: IXMLComparer
Show file Open project: apetrovskiy/STUPS

Public Methods

Method Description
CompareData ( ) : bool
LoadXmlFile ( string path ) : bool
XMLComparer ( List dataEntryCollection ) : System.Collections.Generic

Method Details

CompareData() public method

public CompareData ( ) : bool
return bool

LoadXmlFile() public method

public LoadXmlFile ( string path ) : bool
path string
return bool

XMLComparer() public method

public XMLComparer ( List dataEntryCollection ) : System.Collections.Generic
dataEntryCollection List
return System.Collections.Generic