C# Класс PleaseIgnore.IntelMap.IntelChannelContainer.ChannelSite

Implementation of ISite for linking an instance of IntelChannel to its parent IntelChannelContainer.
Наследование: INestedSite
Показать файл Открыть проект

Открытые методы

Метод Описание
GetService ( Type serviceType ) : object

Gets the service object of the specified type.

Приватные методы

Метод Описание
ChannelSite ( IntelChannelContainer container, IntelChannel component, string name ) : System

Initializes a new instance of the ChannelSite class.

Описание методов

GetService() публичный Метод

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.
Результат object