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

Inheritance: IInterceptor
Afficher le fichier Open project: BlogSharp/Blogsharp

Protected Properties

Свойство Type Description
fileService IFileService

Méthodes publiques

Méthode Description
CastleFileInterceptor ( IFileService fileService ) : System.IO
Intercept ( IInvocation invocation ) : void

Method Details

CastleFileInterceptor() public méthode

public CastleFileInterceptor ( IFileService fileService ) : System.IO
fileService IFileService
Résultat System.IO

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

Property Details

fileService protected_oe property

protected IFileService fileService
Résultat IFileService