C# Class TerrificNet.ViewEngine.IO.FileSystem.LookupDirectoryFileSystemSubscription

Inheritance: IDisposable
Exibir arquivo Open project: namics/TerrificNet

Public Methods

Method Description
Dispose ( ) : void
IsMatch ( PathInfo path ) : bool
LookupDirectoryFileSystemSubscription ( FileSystem parent, PathInfo prefix, string extension, Action handler ) : System

Private Methods

Method Description
Notify ( IEnumerable files ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IsMatch() public method

public IsMatch ( PathInfo path ) : bool
path PathInfo
return bool

LookupDirectoryFileSystemSubscription() public method

public LookupDirectoryFileSystemSubscription ( FileSystem parent, PathInfo prefix, string extension, Action handler ) : System
parent FileSystem
prefix PathInfo
extension string
handler Action
return System