C# Class ABsoluteMaybe.UserFiltering.SpiderFilter

Inheritance: IUserFilter
Mostrar archivo Open project: troygoode/ABsoluteMaybe

Public Methods

Method Description
FilterOut ( string userId ) : bool
SpiderFilter ( ) : System.Collections.Generic
SpiderFilter ( IEnumerable bots ) : System.Collections.Generic

Method Details

FilterOut() public method

public FilterOut ( string userId ) : bool
userId string
return bool

SpiderFilter() public method

public SpiderFilter ( ) : System.Collections.Generic
return System.Collections.Generic

SpiderFilter() public method

public SpiderFilter ( IEnumerable bots ) : System.Collections.Generic
bots IEnumerable
return System.Collections.Generic