XdmWriterSettings MethodsXdmWriterSettings MethodsXdmWriterSettings Methods

The XdmWriterSettingsXdmWriterSettingsXdmWriterSettings type exposes the following members.

Methods

 MethodDescription
Public methodstaticDefaultMediaTypeDefaultMediaTypeDefaultMediaType Returns the default media type for the specified output method with name specified by methodName.
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetEncodingGetEncodingGetEncoding Returns an EncodingEncodingEncoding instance as described by the EncodingEncodingEncoding and ByteOrderMarkByteOrderMarkByteOrderMark properties of this instance.
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodParameterDocument (Stream)ParameterDocument (Stream)ParameterDocument (Stream^) Returns a new XdmWriterSettingsXdmWriterSettingsXdmWriterSettings instance with serialization parameters read from the specified StreamStreamStream.
Public methodParameterDocument (string)ParameterDocument (String)ParameterDocument (String^) Returns a new XdmWriterSettingsXdmWriterSettingsXdmWriterSettings instance with serialization parameters read from the specified XmlReaderXmlReaderXmlReader.
Public methodParameterDocument (XmlReader)ParameterDocument (XmlReader)ParameterDocument (XmlReader^) Returns a new XdmWriterSettingsXdmWriterSettingsXdmWriterSettings instance with serialization parameters read from the specified XmlReaderXmlReaderXmlReader.
Public methodParameterDocument (IXPathNavigable)ParameterDocument (IXPathNavigable)ParameterDocument (IXPathNavigable^) Returns a new XdmWriterSettingsXdmWriterSettingsXdmWriterSettings instance with serialization parameters read from the specified XmlReaderXmlReaderXmlReader.
Public methodSetParameter (string, string)SetParameter (String, String)SetParameter (String^, String^) Attempts to set the specified serialization parameter.
Public methodSetParameter (XmlQualifiedName, string)SetParameter (XmlQualifiedName, String)SetParameter (XmlQualifiedName^, String^) Attempts to set the specified serialization parameter.
Public methodSetParameter (XmlQualifiedName, string, IXmlNamespaceResolver)SetParameter (XmlQualifiedName, String, IXmlNamespaceResolver)SetParameter (XmlQualifiedName^, String^, IXmlNamespaceResolver^) Attempts to set the specified serialization parameter.
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top