Click or drag to resize

modelWebPageGeneralRecord Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the modelWebPageGeneralRecord class

Namespace:  imbWEM.Core.crawler.model
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public modelWebPageGeneralRecord(
	string __testTimeStamp,
	crawledPage __instance
)

Parameters

__testTimeStamp
Type: SystemString

[Missing <param name="__testTimeStamp"/> documentation for "M:imbWEM.Core.crawler.model.modelWebPageGeneralRecord.#ctor(System.String,imbCommonModels.pageAnalytics.core.crawledPage)"]

__instance
Type: imbCommonModels.pageAnalytics.corecrawledPage

[Missing <param name="__instance"/> documentation for "M:imbWEM.Core.crawler.model.modelWebPageGeneralRecord.#ctor(System.String,imbCommonModels.pageAnalytics.core.crawledPage)"]

See Also