WrappedOptions 類別
定義
包含使用 XmlSerializer 和 ServiceDescriptionImporter 基礎結構執行結構描述匯入時所需的資訊。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
- 繼承
-
WrappedOptions
備註
和 system.servicemodel中繼資料公用程式工具 (Svcutil)會使用。WrappedOptions XmlSerializerMessageContractImporterThe WrappedOptions is used by the XmlSerializerMessageContractImporter and the ServiceModel Metadata Utility Tool (Svcutil.exe). WrappedOptions 類別控制是否將特殊大小寫搭配 wrapped 參數用於文件常值樣式的文件。The WrappedOptions class controls whether special-casing is used for document-literal styled documents with wrapped parameters. 使用 /wrapped參數搭配System.servicemodel 中繼資料公用程式工具 (Svcutil)工具來指定正常的大小寫。Use the /wrapped switch with the ServiceModel Metadata Utility Tool (Svcutil.exe) tool to specify normal casing.
建構函式
WrappedOptions() |
初始化 WrappedOptions 類別的新執行個體。Initializes a new instance of the WrappedOptions class. |
屬性
WrappedFlag |
取得或設定值,這個值表示當參數為 unwrapped 時,是否將特殊大小寫用於文件包裝常值樣式的文件。Gets or sets a value that indicates whether special-casing is used for document-wrapped-literal styled documents when parameters are unwrapped. |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetHashCode() |
作為預設雜湊函數。Serves as the default hash function. (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |