Show / Hide Table of Contents

    Class XmlFormatterOptions

    Specifies options that is related to XmlFormatter operations.

    Inheritance
    System.Object
    XmlFormatterOptions
    Namespace: Cuemon.Serialization.Xml.Formatters
    Assembly: Cuemon.Serialization.Xml.dll
    Syntax
    public class XmlFormatterOptions

    Constructors

    | Improve this Doc

    XmlFormatterOptions()

    Initializes a new instance of the XmlFormatterOptions class.

    Declaration
    public XmlFormatterOptions()
    Remarks

    The following table shows the initial property values for an instance of XmlFormatterOptions.

    PropertyInitial Value
    SettingsXmlSerializerSettings
    SynchronizeWithXmlConverttrue
    IncludeExceptionStackTracefalse

    Properties

    | Improve this Doc

    IncludeExceptionStackTrace

    Gets or sets a value indicating whether the stack of an exception is included in the converter that handles exceptions.

    Declaration
    public bool IncludeExceptionStackTrace { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the stack of an exception is included in the converter that handles exceptions; otherwise, false.

    | Improve this Doc

    Settings

    Gets or sets the settings to support the XmlFormatter.

    Declaration
    public XmlSerializerSettings Settings { get; }
    Property Value
    Type Description
    XmlSerializerSettings

    A XmlSerializerSettings instance that specifies a set of features to support the XmlFormatter object.

    | Improve this Doc

    SynchronizeWithXmlConvert

    Gets or sets a value indicating whether Settings should be synchronized on DefaultSettings.

    Declaration
    public bool SynchronizeWithXmlConvert { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if Settings should be synchronized on DefaultSettings; otherwise, false.

    Extension Methods

    ConverterExtensions.ParseWith<TSource, TResult>(TSource, Func<TSource, TResult>)
    ConverterExtensions.ParseWith<TSource, T, TResult>(TSource, Func<TSource, T, TResult>, T)
    ConverterExtensions.ParseWith<TSource, T1, T2, TResult>(TSource, Func<TSource, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>(Object)
    ConverterExtensions.As<TResult>(Object, TResult)
    ConverterExtensions.As<TResult>(Object, TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<TResult>(TResult)
    DelegateUtilityExtensions.DynamicWrap<TResult>(TResult)
    TweakerExtensions.Adjust<T>(T, Func<T, T>)
    TypeUtilityExtensions.Is<T>(Object)
    TypeUtilityExtensions.IsNot<T>(Object)
    TypeUtilityExtensions.IsNullable<T>(T)
    WrapperExtensions.UseWrapper<T>(T, Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<T>(T, MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<TSource>(TSource)
    HashUtilityExtensions.ComputeHash(Object, Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Object, Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • XmlFormatterOptions()
    • Properties
      • IncludeExceptionStackTrace
      • Settings
      • SynchronizeWithXmlConvert
    • Extension Methods
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX