C# Class PleaseIgnore.IntelMap.IntelChannelContainer.ChannelSite

Implementation of ISite for linking an instance of IntelChannel to its parent IntelChannelContainer.
Inheritance: INestedSite
显示文件 Open project: EtherealWake/test-intel

Public Methods

Method Description
GetService ( Type serviceType ) : object

Gets the service object of the specified type.

Private Methods

Method Description
ChannelSite ( IntelChannelContainer container, IntelChannel component, string name ) : System

Initializes a new instance of the ChannelSite class.

Method Details

GetService() public method

Gets the service object of the specified type.
public GetService ( Type serviceType ) : object
serviceType System.Type An object that specifies the type /// of service object to get.
return object