WrappedOptions Class

Definition

Contains information required to perform schema importation using the XmlSerializer and ServiceDescriptionImporter infrastructure.

public ref class WrappedOptions
public class WrappedOptions
type WrappedOptions = class
Public Class WrappedOptions
Inheritance
WrappedOptions

Remarks

The WrappedOptions is used by the XmlSerializerMessageContractImporter and the ServiceModel Metadata Utility Tool (Svcutil.exe). The WrappedOptions class controls whether special-casing is used for document-literal styled documents with wrapped parameters. Use the /wrapped switch with the ServiceModel Metadata Utility Tool (Svcutil.exe) tool to specify normal casing.

Constructors

WrappedOptions()

Initializes a new instance of the WrappedOptions class.

Properties

WrappedFlag

Gets or sets a value that indicates whether special-casing is used for document-wrapped-literal styled documents when parameters are unwrapped.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to