FaultImportOptions Classe
Definição
Indica se o XmlSerializer deve ser usado para falhas de leitura e gravação.Indicates whether to use the XmlSerializer for reading and writing faults.
public ref class FaultImportOptions
public class FaultImportOptions
type FaultImportOptions = class
Public Class FaultImportOptions
- Herança
-
FaultImportOptions
Construtores
| FaultImportOptions() |
Inicializa uma nova instância da classe FaultImportOptions.Initializes a new instance of the FaultImportOptions class. |
Propriedades
| UseMessageFormat |
Obtém ou define um valor que indica que o XmlSerializer deve ser usado para ler e gravar falhas.Gets or sets a value that indicates that the XmlSerializer should be used for reading and writing faults. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |