Skip to content

M_NChronicle_Core_Model_ChronicleConfiguration_ReadXml

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

ChronicleConfiguration.ReadXml Method

Populate configuration from XML via the specified XmlReader.

Namespace: NChronicle.Core.Model
Assembly: NChronicle.Core (in NChronicle.Core.dll) Version: 1.0.3.0 (1.0.3.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

ChronicleConfiguration Class
NChronicle.Core.Model Namespace
NChronicle.ConfigureFrom(String, Boolean, Int32)

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally