C# Class Endjin.Assembly.ChangeDetection.Infrastructure.TraceFilterMatchNone

Inheritance: TraceFilter
Show file Open project: endjin/Endjin.Assembly.ChangeDetection

Public Methods

Method Description
IsMatch ( TypeHashes type, MessageTypes msgTypeFilter, Level level ) : bool
TraceFilterMatchNone ( )

Method Details

IsMatch() public method

public IsMatch ( TypeHashes type, MessageTypes msgTypeFilter, Level level ) : bool
type TypeHashes
msgTypeFilter MessageTypes
level Level
return bool

TraceFilterMatchNone() public method