C# Class Dev2.Diagnostics.JsonDebugProvider

Inheritance: IDebugProvider
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
GetDebugStates ( string serverWebUri, DirectoryPath directory, FilePath filePath ) : IEnumerable
GetDebugStates ( string serverWebUri, IDirectoryPath directory, IFilePath path ) : IEnumerable

Method Details

GetDebugStates() public method

public GetDebugStates ( string serverWebUri, DirectoryPath directory, FilePath filePath ) : IEnumerable
serverWebUri string
directory DirectoryPath
filePath FilePath
return IEnumerable

GetDebugStates() public method

public GetDebugStates ( string serverWebUri, IDirectoryPath directory, IFilePath path ) : IEnumerable
serverWebUri string
directory IDirectoryPath
path IFilePath
return IEnumerable