Click or drag to resize

spiderToolsDescribeRule Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.spiderTools.DescribeRule(imbWEM.Core.crawler.rules.core.IRuleBase,imbSCI.Core.reporting.render.ITextRender)"]

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static void DescribeRule(
	this IRuleBase rule,
	ITextRender output
)

Parameters

rule
Type: imbWEM.Core.crawler.rules.coreIRuleBase

[Missing <param name="rule"/> documentation for "M:imbWEM.Core.crawler.spiderTools.DescribeRule(imbWEM.Core.crawler.rules.core.IRuleBase,imbSCI.Core.reporting.render.ITextRender)"]

output
Type: ITextRender

[Missing <param name="output"/> documentation for "M:imbWEM.Core.crawler.spiderTools.DescribeRule(imbWEM.Core.crawler.rules.core.IRuleBase,imbSCI.Core.reporting.render.ITextRender)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRuleBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also