LiquidTechnologies.XmlObjects Namespace / LxReaderSettings Class


In This Topic
    LxReaderSettings Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyA list of namespaces. Any unexpected attributes in these namespaces are ignored.  
    Public PropertyDetermines how dates/times without explicit timezone information should be treated.  
    Public PropertyThe error handler callback that is called when an error occurs during the de-serialization process  
    Public PropertyCauses xsi:noNamespaceSchemaLocation and xsi:schemaLocation attributes to be ignored (not stored in the object model), and do not raise warnings or errors.
    This means they do not appear when the object is serialized again.
    (default true)  
    Public PropertyCauses xmlns (namespace declarations) to processed, but then ignored (not stored in the object model).
    This means they not appear when the object is serialized again unless they required.
    (default false)  
    Public PropertyA function that will resolve any ambiguity if there are multiple types that could be used to de-serialize a give XML Element  
    Top
    See Also