Skip to content

M_NChronicle_Core_Model_ChronicleConfiguration_WriteXml

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

ChronicleConfiguration.WriteXml Method

Write configuration to XML via the specified XmlWriter.

Namespace: NChronicle.Core.Model
Assembly: NChronicle.Core (in NChronicle.Core.dll) Version: 1.0.3.0 (1.0.3.0)

Syntax

C#

public void WriteXml(
	XmlWriter writer
)

VB

Public Sub WriteXml ( 
	writer As XmlWriter
)

F#

abstract WriteXml : 
        writer : XmlWriter -> unit 
override WriteXml : 
        writer : XmlWriter -> unit 

Parameters

 

writer
Type: System.Xml.XmlWriter
XmlWriter stream to the configuration file.

Implements

IXmlSerializable.WriteXml(XmlWriter)

See Also

Reference

ChronicleConfiguration Class
NChronicle.Core.Model Namespace
NChronicle.SaveConfigurationTo(String)

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally