C# Class GillSoft.XmlComparer.ConsoleApp.TestXmlCompareHandler

Inheritance: IXmlCompareHandler
Mostra file Open project: GillSoftLimited/GillSoft.XmlComparer Class Usage Examples

Public Methods

Method Description
AttributeAdded ( AttributeAddedEventArgs e ) : void
AttributeChanged ( AttributeChangedEventArgs e ) : void
AttributeRemoved ( AttributeRemovedEventArgs e ) : void
ElementAdded ( ElementAddedEventArgs e ) : void
ElementChanged ( ElementChangedEventArgs e ) : void
ElementRemoved ( ElementRemovedEventArgs e ) : void

Method Details

AttributeAdded() public method

public AttributeAdded ( AttributeAddedEventArgs e ) : void
e AttributeAddedEventArgs
return void

AttributeChanged() public method

public AttributeChanged ( AttributeChangedEventArgs e ) : void
e AttributeChangedEventArgs
return void

AttributeRemoved() public method

public AttributeRemoved ( AttributeRemovedEventArgs e ) : void
e AttributeRemovedEventArgs
return void

ElementAdded() public method

public ElementAdded ( ElementAddedEventArgs e ) : void
e ElementAddedEventArgs
return void

ElementChanged() public method

public ElementChanged ( ElementChangedEventArgs e ) : void
e ElementChangedEventArgs
return void

ElementRemoved() public method

public ElementRemoved ( ElementRemovedEventArgs e ) : void
e ElementRemovedEventArgs
return void