C# Class Unlimited.Framework.Converters.Graph.BasePath

Inheritance: IPath
ファイルを表示 Open project: Warewolf-ESB/Warewolf

Private Properties

Property Type Description

Public Methods

Method Description
BasePath ( ) : System
CreatePathSegment ( string pathSegmentString ) : IPathSegment
GetSegements ( ) : IEnumerable
ToString ( ) : string

Method Details

BasePath() public method

public BasePath ( ) : System
return System

CreatePathSegment() public abstract method

public abstract CreatePathSegment ( string pathSegmentString ) : IPathSegment
pathSegmentString string
return IPathSegment

GetSegements() public abstract method

public abstract GetSegements ( ) : IEnumerable
return IEnumerable

ToString() public method

public ToString ( ) : string
return string