Liquid XML Data Binder
LiquidTechnologies.XmlObjects Namespace / LxWriterSettings Class


In This Topic
    LxWriterSettings Class Properties
    In This Topic

    For a list of all members of this type, see LxWriterSettings members.

    Public Properties
     NameDescription
    Public PropertyIndicates how a xs:boolean value should be rendered within the XML document (default is BoolRepresentationType.TrueFalse)  
    Public PropertyAllows the formatting of xs:decimal to be overridden.  
    Public PropertyDefines how properties that were generated from xs:attributes are dealt with if they have default values defined on them within the XSD. See DefaultAttributeHandlingRule.  
    Public PropertyDetermines how dates/times without explicit timezone information should be treated.  
    Public PropertyAllows the formatting of xs:double to be overridden. When formatting is required on specific fields see Customizing the generated code with Override Values  
    Public PropertyThe error handler callback that is called when an error occurs during the serialization process  
    Public PropertyAllows the formatting of xs:float to be overridden. When formatting is required on specific fields see Customizing the generated code with Override Values  
    Public PropertyAll the namespace declarations that will be added to the root element of the document. Namespaces that are required and that are not in this list will be declared within the element they are required in, this can significantly increase the size of an XML document. The Key value is the namespace alias, the value is the namespace uri. To declare the default namespace for the document Key should be and empty string.  
    Public PropertyPrevents the xsi:type attribute from being written out. (Default is false)  
    Public PropertyTurns on or off the writing of the banner comment at the start of the serialized XML. NOTE: this can NOT be turned off in the free Community Mode.  
    Top
    See Also