C# 클래스 Simple.Services.Default.DefaultClientProvider

상속: DefaultHostBaseProvider, IServiceClientProvider
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
Create ( Type type ) : object
ProxyObject ( object obj, Type type, IInterceptor intercept ) : object

보호된 메소드들

메소드 설명
OnClearConfig ( ) : void
OnConfig ( DefaultHostConfig config ) : void

메소드 상세

Create() 공개 메소드

public Create ( Type type ) : object
type System.Type
리턴 object

OnClearConfig() 보호된 메소드

protected OnClearConfig ( ) : void
리턴 void

OnConfig() 보호된 메소드

protected OnConfig ( DefaultHostConfig config ) : void
config DefaultHostConfig
리턴 void

ProxyObject() 공개 메소드

public ProxyObject ( object obj, Type type, IInterceptor intercept ) : object
obj object
type System.Type
intercept IInterceptor
리턴 object