C# 클래스 Castle.Facilities.WcfIntegration.Tests.Components.ServiceWithDependencies

상속: IServiceWithDependencies
파일 보기 프로젝트 열기: castleproject/Windsor

공개 프로퍼티들

프로퍼티 타입 설명
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