Skip to content

M_NChronicle_File_Configuration_FileChronicleLibraryConfiguration_ReadXml

Andrew James edited this page Aug 3, 2017 · 1 revision

FileChronicleLibraryConfiguration.ReadXml Method

Populate configuration from XML via the specified XmlReader.

Namespace: NChronicle.File.Configuration
Assembly: NChronicle.File (in NChronicle.File.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

public void ReadXml(
	XmlReader reader
)

VB

Public Sub ReadXml ( 
	reader As XmlReader
)

F#

abstract ReadXml : 
        reader : XmlReader -> unit 
override ReadXml : 
        reader : XmlReader -> unit 

Parameters

 

reader
Type: System.Xml.XmlReader
XmlReader stream from the configuration file.

Implements

IXmlSerializable.ReadXml(XmlReader)

See Also

Reference

FileChronicleLibraryConfiguration Class
NChronicle.File.Configuration Namespace
NChronicle.ConfigureFrom(String, Boolean, Int32)

Clone this wiki locally