Habanero.BO.DataStoreInMemoryXmlWriter.DataStoreInMemoryXmlWriter C# (CSharp) Method

DataStoreInMemoryXmlWriter() public method

Default constructor - ConformanceLevel = Auto.
public DataStoreInMemoryXmlWriter ( ) : System
return System
        public DataStoreInMemoryXmlWriter()
            : this(new XmlWriterSettings { ConformanceLevel = ConformanceLevel.Auto })
        {
        }

Same methods

DataStoreInMemoryXmlWriter::DataStoreInMemoryXmlWriter ( XmlWriterSettings xmlWriterSettings ) : System
DataStoreInMemoryXmlWriter