ConditionalSelector overview

Public Constructors

ConditionalSelector Constructs a selector from two inner selectors and a conditional delegate.

Public Methods

Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
Initialize Initializes this class
ReferenceEquals  (inherited from Object)  
ShouldFollow Determines whether or not to follow the request.
ToString  (inherited from Object)  

Public Properties

FalseSelector The LinkSelector called if the conditional returns
true
.
TrueSelector The Selector called if the conditional is True.

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

Protected Properties

ConditionalDelegate The delegate called to decide which selector to use.

See Also

ConditionalSelector Class | Eas.WebCrawler.PlugIns.Selectors Namespace