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 a custom banner to be inserted into the top of the generated XML/JSON document NOTE: this can only be used in the fully licensed version, and when WriteBannerComment is true.  
    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 PropertyContains all the namespace prefixes that will be used in the XML document. It also determines if they with be declared up front in the root element or declared when they are needed.  
    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