Click or drag to resize

WrapperModelGraphAddWrapperTWrapper Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds new wrapper node

Namespace:  imbWBI.Core.WebHarvester.wrapper
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public TWrapper AddWrapper<TWrapper>(
	string _XPath,
	WrapperTypeEnum _type,
	string _description,
	string _name = ""
)
where TWrapper : new(), IWrapperModelGraph

Parameters

_XPath
Type: SystemString
The x path.
_type
Type: imbWBI.Core.WebHarvester.wrapperWrapperTypeEnum
The type.
_description
Type: SystemString
The description.
_name (Optional)
Type: SystemString
The name.

Type Parameters

TWrapper

[Missing <typeparam name="TWrapper"/> documentation for "M:imbWBI.Core.WebHarvester.wrapper.WrapperModelGraph.AddWrapper``1(System.String,imbWBI.Core.WebHarvester.wrapper.WrapperTypeEnum,System.String,System.String)"]

Return Value

Type: TWrapper

[Missing <returns> documentation for "M:imbWBI.Core.WebHarvester.wrapper.WrapperModelGraph.AddWrapper``1(System.String,imbWBI.Core.WebHarvester.wrapper.WrapperTypeEnum,System.String,System.String)"]

See Also