C# Class Beagrep.Filters.FilterIgnore

Inheritance: Beagrep.Daemon.Filter
Mostrar archivo Open project: baohaojun/beagrep

Public Methods

Method Description
FilterIgnore ( ) : System

Protected Methods

Method Description
DoPullProperties ( ) : void
RegisterSupportedTypes ( ) : void
SetVersion ( int version ) : void

Method Details

DoPullProperties() protected method

protected DoPullProperties ( ) : void
return void

FilterIgnore() public method

public FilterIgnore ( ) : System
return System

RegisterSupportedTypes() protected method

protected RegisterSupportedTypes ( ) : void
return void

SetVersion() protected method

protected SetVersion ( int version ) : void
version int
return void