C# 클래스 Sitecore.Linqpad.Xml.AttributeValueTransformer

상속: IConfigTransformer
파일 보기 프로젝트 열기: adamconn/sitecore-linqpad 1 사용 예제들

공개 메소드들

메소드 설명
AttributeValueTransformer ( string xpath, string attributeName, string newValue, AttributeValueChangeType changeType = null ) : System
Transform ( System.Xml.Linq.XDocument document ) : bool

메소드 상세

AttributeValueTransformer() 공개 메소드

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

Transform() 공개 메소드

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