C# Class GillSoft.XmlComparer.AttributeChangedEventArgs

Inheritance: CompareEventArgs
Mostrar archivo Open project: GillSoftLimited/GillSoft.XmlComparer

Public Methods

Method Description
AttributeChangedEventArgs ( string xPath, System.Xml.Linq.XAttribute leftAttribute, int leftLineNumber, System.Xml.Linq.XAttribute rightAttribute, int rightLineNumber ) : System

Method Details

AttributeChangedEventArgs() public method

public AttributeChangedEventArgs ( string xPath, System.Xml.Linq.XAttribute leftAttribute, int leftLineNumber, System.Xml.Linq.XAttribute rightAttribute, int rightLineNumber ) : System
xPath string
leftAttribute System.Xml.Linq.XAttribute
leftLineNumber int
rightAttribute System.Xml.Linq.XAttribute
rightLineNumber int
return System