C# Class Sitecore.Linqpad.Xml.AttributeValueTransformer

Inheritance: IConfigTransformer
Datei anzeigen Open project: adamconn/sitecore-linqpad Class Usage Examples

Public Methods

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

Method Details

AttributeValueTransformer() public method

public AttributeValueTransformer ( string xpath, string attributeName, string newValue, AttributeValueChangeType changeType = null ) : System
xpath string
attributeName string
newValue string
changeType AttributeValueChangeType
return System

Transform() public method

public Transform ( System.Xml.Linq.XDocument document ) : bool
document System.Xml.Linq.XDocument
return bool