InheritanceOption Enumeração
Definição
Indica se deve-se criar um novo contexto com base no contexto atual ou nas informações em ServiceConfig.Indicates whether to create a new context based on the current context or on the information in ServiceConfig.
public enum class InheritanceOption
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum InheritanceOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type InheritanceOption =
Public Enum InheritanceOption
- Herança
- Atributos
Campos
| Ignore | 1 | O novo contexto é criado com base no contexto padrão.The new context is created from the default context. |
| Inherit | 0 | O novo contexto é criado com base no contexto existente.The new context is created from the existing context. Inherit é o valor padrão do Inheritance.Inherit is the default value for Inheritance. |
Comentários
InheritanceOption é usado para o valor de Inheritance .InheritanceOption is used for the value of Inheritance.