YamlDotNet - A .NET library for parsing and emitting YAML
XmlConverterOptions Class
NamespacesYamlDotNet.Converters.XmlXmlConverterOptions

[This is preliminary documentation and is subject to change.]

Specifies the behavior of the XmlConverter.
Declaration Syntax
C#Visual BasicVisual C++
public class XmlConverterOptions
Public Class XmlConverterOptions
public ref class XmlConverterOptions
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
XmlConverterOptions()()()()
Initializes a new instance of the XmlConverterOptions class

AsReadOnly()()()()
Gets a read-only copy of the current object.

Default
The default options.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsReadOnly
Gets a value indicating whether this instance is readonly.

MappingElementName
Gets or sets the name of the mapping XML element.

MappingEntryElementName
Gets or sets the name of the mapping entry XML element.

MappingKeyElementName
Gets or sets the name of the mapping key XML element.

MappingValueElementName
Gets or sets the name of the mapping value XML element.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RootElementName
Gets or sets the name of the root XML element.

SequenceElementName
Gets or sets the name of the sequence XML element.

SequenceItemElementName
Gets or sets the name of the sequence item XML element.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
XmlConverterOptions

Assembly: YamlDotNet.Converters (Module: YamlDotNet.Converters) Version: 0.2.4456.17949