C# Class Dev2.Converters.Graph.DataTable.DataTablePath

Inheritance: Unlimited.Framework.Converters.Graph.BasePath
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CreatePathSegment ( string pathSegmentString ) : IPathSegment
DataTablePath ( ) : System
DataTablePath ( string tblName, string colName ) : System
GetSegements ( ) : IEnumerable

Method Details

CreatePathSegment() public method

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

DataTablePath() public method

public DataTablePath ( ) : System
return System

DataTablePath() public method

public DataTablePath ( string tblName, string colName ) : System
tblName string
colName string
return System

GetSegements() public method

public GetSegements ( ) : IEnumerable
return IEnumerable