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

Inheritance: IServiceWithDependencies
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Свойство Type Description
Dependencies IList

Méthodes publiques

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

Method Details

OperationOne() public méthode

public OperationOne ( ) : void
Résultat void

ServiceWithDependencies() public méthode

public ServiceWithDependencies ( IOne one, HasOne hasOne ) : System.Collections.Generic
one IOne
hasOne HasOne
Résultat System.Collections.Generic

Property Details

Dependencies public_oe static_oe property

public static IList Dependencies
Résultat IList