C# Класс Castle.Facilities.WcfIntegration.Tests.Components.ServiceWithDependencies

Наследование: IServiceWithDependencies
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Dependencies IList

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

Метод Описание
OperationOne ( ) : void
ServiceWithDependencies ( IOne one, HasOne hasOne ) : System.Collections.Generic

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

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

public OperationOne ( ) : void
Результат void

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

public ServiceWithDependencies ( IOne one, HasOne hasOne ) : System.Collections.Generic
one IOne
hasOne HasOne
Результат System.Collections.Generic

Описание свойств

Dependencies публичное статическое свойство

public static IList Dependencies
Результат IList