C# Class ReasonCodeExample.XPathInformation.Writers.DistinctAttributeFilter

Inheritance: AttributeFilter
Afficher le fichier Open project: uli-weltersbach/XPathInformation Class Usage Examples

Méthodes publiques

Méthode Description
DistinctAttributeFilter ( IEnumerable settings ) : System.Collections.Generic
IsIncluded ( System.Xml.Linq.XAttribute attribute ) : bool

Private Methods

Méthode Description
FindCandidateAttribute ( System.Xml.Linq.XElement element ) : System.Xml.Linq.XAttribute
FindCandidateAttributes ( System.Xml.Linq.XAttribute attribute ) : IList
GetFirstIncludedAttributeWithUniqueValue ( System.Xml.Linq.XElement element, IEnumerable identicallyNamedSiblings ) : System.Xml.Linq.XAttribute
GetIdenticallyNamedSiblings ( System.Xml.Linq.XElement element ) : IList
HasUniqueValue ( System.Xml.Linq.XAttribute attribute, IEnumerable elements ) : bool

Method Details

DistinctAttributeFilter() public méthode

public DistinctAttributeFilter ( IEnumerable settings ) : System.Collections.Generic
settings IEnumerable
Résultat System.Collections.Generic

IsIncluded() public méthode

public IsIncluded ( System.Xml.Linq.XAttribute attribute ) : bool
attribute System.Xml.Linq.XAttribute
Résultat bool