Classe BusinessRulesCreateResponse
Represents a response to a request to create business rules.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..BusinessRulesCreateResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "BusinessRulesCreateResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class BusinessRulesCreateResponse
'Utilizzo
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
Nel tipo BusinessRulesCreateResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
BusinessRuleSet | A set of business rules. |
![]() |
OperationResult | The operation result. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.