Click or drag to resize

ClassBuilderLoadFromXml Method (XmlDocument)

Loads the XML representation of a ClassBuilder inheritor and return it. (for XML saved with SaveToXml method)

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static ClassBuilder LoadFromXml(
	XmlDocument document
)

Parameters

document
Type: System.XmlXmlDocument
The XML document with the representation of the record class.

Return Value

Type: ClassBuilder
A new instance of a ClassBuilder inheritor: DelimitedClassBuilder or FixedLengthClassBuilder
Remarks
ClassBuilder inheritors: DelimitedClassBuilder or FixedLengthClassBuilder
See Also