Classe ValidationProcessOptions
Specifies validation process options, namely, whether to commit the version after validation, and whether to return the validation results.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.ValidationProcessOptions
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "ValidationProcessOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationProcessOptions _
Inherits DataContractBase
'Uso
Dim instance As ValidationProcessOptions
[DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessOptions : DataContractBase
[DataContractAttribute(Name = L"ValidationProcessOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationProcessOptions : public DataContractBase
[<DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessOptions =
class
inherit DataContractBase
end
public class ValidationProcessOptions extends DataContractBase
O tipo ValidationProcessOptions expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ValidationProcessOptions | Initializes a new instance of the ValidationProcessOptions class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CommitVersion | Gets or sets a value that indicates whether the version being validated should be committed after validation. | |
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de DataContractBase.) | |
ReturnValidationResults | Gets or sets a value that indicates whether validation results should be returned after validation. | |
ValidateEntityAsync | Gets or sets a value that indicates whether the entity async should be validated. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.