Click or drag to resize
DriverFilter Constructor (XmlElement)
Initializes a new instance of the DriverFilter class

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DriverFilter(
	XmlElement filterElement
)

Parameters

filterElement
Type: System.XmlXmlElement
The DOM element containing the filter information
See Also