[]
        
(Showing Draft Content)

C1.Win.C1Gauge.C1Gauge.Save

Save Method

Save(string)

Saves the contents of C1Gauge into an XML file.

Declaration
public void Save(string fileName)
Parameters
Type Name Description
string fileName

Save(string, Encoding)

Saves the contents of C1Gauge into an XML file.

Declaration
public void Save(string fileName, Encoding encoding)
Parameters
Type Name Description
string fileName
Encoding encoding

Save(Stream)

Saves the contents of C1Gauge into a Stream.

Declaration
public void Save(Stream stream)
Parameters
Type Name Description
Stream stream

Save(Stream, Encoding)

Saves the contents of C1Gauge into a Stream.

Declaration
public void Save(Stream stream, Encoding encoding)
Parameters
Type Name Description
Stream stream
Encoding encoding

Save(XmlWriter)

Saves the contents of C1Gauge into an XmlWriter.

Declaration
public void Save(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer