C# Class Dev2.Runtime.Configuration.Services.WebCommunicationService

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

Public Methods

Method Description
GetDataListInputs ( string uri, string resourceID ) : IEnumerable
GetResources ( string uri ) : IEnumerable
WebCommunicationService ( ) : System.Collections.Generic

Method Details

GetDataListInputs() public method

public GetDataListInputs ( string uri, string resourceID ) : IEnumerable
uri string
resourceID string
return IEnumerable

GetResources() public method

public GetResources ( string uri ) : IEnumerable
uri string
return IEnumerable

WebCommunicationService() public method

public WebCommunicationService ( ) : System.Collections.Generic
return System.Collections.Generic