C# Class Castle.Facilities.WcfIntegration.Tests.Components.ServiceWithDependencies

Inheritance: IServiceWithDependencies
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
Dependencies IList

Public Methods

Method Description
OperationOne ( ) : void
ServiceWithDependencies ( IOne one, HasOne hasOne ) : System.Collections.Generic

Method Details

OperationOne() public method

public OperationOne ( ) : void
return void

ServiceWithDependencies() public method

public ServiceWithDependencies ( IOne one, HasOne hasOne ) : System.Collections.Generic
one IOne
hasOne HasOne
return System.Collections.Generic

Property Details

Dependencies public static property

public static IList Dependencies
return IList