Click or drag to resize

XmlDataFrame Constructor

Constructor

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public XmlDataFrame(
	IEventLogger logger,
	IConfigManager config,
	XmlParseStrategy strategy
)

Parameters

logger
Type: Kratos_3.InterfacesIEventLogger
EventLogger for any events that happen during the query
config
Type: IConfigManager
Object for accessing configuration data
strategy
Type: Kratos_3.Network.XmlParseStrategyXmlParseStrategy
Strategy to use for parsing and fitting the results into a table (row-column) structure
See Also