Click or drag to resize

spiderEvalRuleCollectionGetRules Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets the rules according to the specified filters. none and none are wilcards

Namespace:  imbWEM.Core.crawler.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public List<IRuleBase> GetRules(
	spiderEvalRuleResultEnum mode,
	spiderEvalRuleRoleEnum role,
	spiderEvalRuleSubjectEnum subject
)

Parameters

mode
Type: imbWEM.Core.crawler.corespiderEvalRuleResultEnum
The mode.
role
Type: imbWEM.Core.crawler.corespiderEvalRuleRoleEnum
The role.
subject
Type: imbWEM.Core.crawler.corespiderEvalRuleSubjectEnum

[Missing <param name="subject"/> documentation for "M:imbWEM.Core.crawler.core.spiderEvalRuleCollection.GetRules(imbWEM.Core.crawler.core.spiderEvalRuleResultEnum,imbWEM.Core.crawler.core.spiderEvalRuleRoleEnum,imbWEM.Core.crawler.core.spiderEvalRuleSubjectEnum)"]

Return Value

Type: ListIRuleBase

[Missing <returns> documentation for "M:imbWEM.Core.crawler.core.spiderEvalRuleCollection.GetRules(imbWEM.Core.crawler.core.spiderEvalRuleResultEnum,imbWEM.Core.crawler.core.spiderEvalRuleRoleEnum,imbWEM.Core.crawler.core.spiderEvalRuleSubjectEnum)"]

See Also