C# 클래스 R.Scheduler.Ftp.FtpLibraryInterceptor

Everytime a default instance of IFtpLibrary is created by StructureMap, replace it with an implementation configured during the scheduler startup.
상속: TypeInterceptor
파일 보기 프로젝트 열기: R-Suite/R.Scheduler

공개 메소드들

메소드 설명
FtpLibraryInterceptor ( IConfiguration config ) : System
MatchesType ( Type type ) : bool
Process ( object target, IContext context ) : object

비공개 메소드들

메소드 설명
IsFtpLib ( Type t ) : bool

메소드 상세

FtpLibraryInterceptor() 공개 메소드

public FtpLibraryInterceptor ( IConfiguration config ) : System
config IConfiguration
리턴 System

MatchesType() 공개 메소드

public MatchesType ( Type type ) : bool
type System.Type
리턴 bool

Process() 공개 메소드

public Process ( object target, IContext context ) : object
target object
context IContext
리턴 object