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::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it 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::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates 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::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top