Classe BusinessRulesCreateResponse
Represents a response to a request to create business rules.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..BusinessRulesCreateResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "BusinessRulesCreateResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class BusinessRulesCreateResponse
'Uso
Dim instance As BusinessRulesCreateResponse
[MessageContractAttribute(WrapperName = "BusinessRulesCreateResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class BusinessRulesCreateResponse
[MessageContractAttribute(WrapperName = L"BusinessRulesCreateResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class BusinessRulesCreateResponse
[<MessageContractAttribute(WrapperName = "BusinessRulesCreateResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type BusinessRulesCreateResponse = class end
public class BusinessRulesCreateResponse
O tipo BusinessRulesCreateResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BusinessRulesCreateResponse() () () () | Initializes a new instance of the BusinessRulesCreateResponse class with default values. | |
BusinessRulesCreateResponse(BusinessRules, OperationResult) | Initializes a new instance of the BusinessRulesCreateResponse class with the specified set of business rules and operation result. |
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
Campos
Nome | Descrição | |
---|---|---|
BusinessRuleSet | A set of business rules. | |
OperationResult | The operation result. |
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.