C# Class BlogSharp.Core.Impl.Services.FileSystem.Castle.CastleFileInterceptor

Inheritance: IInterceptor
Show file Open project: BlogSharp/Blogsharp

Protected Properties

Property Type Description
fileService IFileService

Public Methods

Method Description
CastleFileInterceptor ( IFileService fileService ) : System.IO
Intercept ( IInvocation invocation ) : void

Method Details

CastleFileInterceptor() public method

public CastleFileInterceptor ( IFileService fileService ) : System.IO
fileService IFileService
return System.IO

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

Property Details

fileService protected property

protected IFileService fileService
return IFileService