C# 클래스 Unlimited.Framework.Converters.Graph.String.Xml.XmlPath

상속: BasePath
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
CreateAttributePathSegment ( string attribute ) : IPathSegment
CreatePathSegment ( System.Xml.Linq.XAttribute attribute ) : IPathSegment
CreatePathSegment ( System.Xml.Linq.XElement element ) : IPathSegment
CreatePathSegment ( string pathSegmentString ) : IPathSegment
GetSegements ( ) : IEnumerable
XmlPath ( ) : System
XmlPath ( string actualPath, string displayPath ) : System
XmlPath ( string actualPath, string displayPath, string outputExpression ) : System
XmlPath ( string actualPath, string displayPath, string outputExpression, string sampleData ) : System

메소드 상세

CreateAttributePathSegment() 공개 메소드

public CreateAttributePathSegment ( string attribute ) : IPathSegment
attribute string
리턴 IPathSegment

CreatePathSegment() 공개 메소드

public CreatePathSegment ( System.Xml.Linq.XAttribute attribute ) : IPathSegment
attribute System.Xml.Linq.XAttribute
리턴 IPathSegment

CreatePathSegment() 공개 메소드

public CreatePathSegment ( System.Xml.Linq.XElement element ) : IPathSegment
element System.Xml.Linq.XElement
리턴 IPathSegment

CreatePathSegment() 공개 메소드

public CreatePathSegment ( string pathSegmentString ) : IPathSegment
pathSegmentString string
리턴 IPathSegment

GetSegements() 공개 메소드

public GetSegements ( ) : IEnumerable
리턴 IEnumerable

XmlPath() 공개 메소드

public XmlPath ( ) : System
리턴 System

XmlPath() 공개 메소드

public XmlPath ( string actualPath, string displayPath ) : System
actualPath string
displayPath string
리턴 System

XmlPath() 공개 메소드

public XmlPath ( string actualPath, string displayPath, string outputExpression ) : System
actualPath string
displayPath string
outputExpression string
리턴 System

XmlPath() 공개 메소드

public XmlPath ( string actualPath, string displayPath, string outputExpression, string sampleData ) : System
actualPath string
displayPath string
outputExpression string
sampleData string
리턴 System