C# 클래스 Tests.Proxies.ClientInjectionClass

상속: Disposable
파일 보기 프로젝트 열기: chsakell/wcfdependencyinjection 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_articleProxy Client.Contracts.IArticleService
_blogProxy Client.Contracts.IBlogService

공개 메소드들

메소드 설명
ClientInjectionClass ( Client articleServiceProxy, Client blogServiceProxy ) : System
GetArticles ( ) : Client.Entities.Article[]
GetBlogById ( int id ) : Client.Entities.Blog

보호된 메소드들

메소드 설명
DisposeCore ( ) : void

메소드 상세

ClientInjectionClass() 공개 메소드

public ClientInjectionClass ( Client articleServiceProxy, Client blogServiceProxy ) : System
articleServiceProxy Client
blogServiceProxy Client
리턴 System

DisposeCore() 보호된 메소드

protected DisposeCore ( ) : void
리턴 void

GetArticles() 공개 메소드

public GetArticles ( ) : Client.Entities.Article[]
리턴 Client.Entities.Article[]

GetBlogById() 공개 메소드

public GetBlogById ( int id ) : Client.Entities.Blog
id int
리턴 Client.Entities.Blog

프로퍼티 상세

_articleProxy 공개적으로 프로퍼티

public Client.Contracts.IArticleService _articleProxy
리턴 Client.Contracts.IArticleService

_blogProxy 공개적으로 프로퍼티

public Client.Contracts.IBlogService _blogProxy
리턴 Client.Contracts.IBlogService