C# Class Sitecore.Linqpad.Xml.AttributeValueTransformer

Inheritance: IConfigTransformer
Afficher le fichier Open project: adamconn/sitecore-linqpad Class Usage Examples

Méthodes publiques

Méthode Description
AttributeValueTransformer ( string xpath, string attributeName, string newValue, AttributeValueChangeType changeType = null ) : System
Transform ( System.Xml.Linq.XDocument document ) : bool

Method Details

AttributeValueTransformer() public méthode

public AttributeValueTransformer ( string xpath, string attributeName, string newValue, AttributeValueChangeType changeType = null ) : System
xpath string
attributeName string
newValue string
changeType AttributeValueChangeType
Résultat System

Transform() public méthode

public Transform ( System.Xml.Linq.XDocument document ) : bool
document System.Xml.Linq.XDocument
Résultat bool