C# Class ServiceInsight.Explorer.EndpointExplorer.ServiceControlExplorerItem

Inheritance: ExplorerItem
ファイルを表示 Open project: Particular/ServiceInsight

Public Methods

Method Description
EndpointExists ( Endpoint endpoint ) : bool
GetEndpointNode ( Endpoint endpoint ) : EndpointExplorerItem
ServiceControlExplorerItem ( string name ) : System.Drawing

Method Details

EndpointExists() public method

public EndpointExists ( Endpoint endpoint ) : bool
endpoint Endpoint
return bool

GetEndpointNode() public method

public GetEndpointNode ( Endpoint endpoint ) : EndpointExplorerItem
endpoint Endpoint
return EndpointExplorerItem

ServiceControlExplorerItem() public method

public ServiceControlExplorerItem ( string name ) : System.Drawing
name string
return System.Drawing