Condividi tramite


Classe BusinessRulesGetResponse

Represents a response that returns a BusinessRules type containing requested business rules or rule components.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..BusinessRulesGetResponse

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "BusinessRulesGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class BusinessRulesGetResponse
'Utilizzo
Dim instance As BusinessRulesGetResponse
[MessageContractAttribute(WrapperName = "BusinessRulesGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class BusinessRulesGetResponse
[MessageContractAttribute(WrapperName = L"BusinessRulesGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class BusinessRulesGetResponse
[<MessageContractAttribute(WrapperName = "BusinessRulesGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type BusinessRulesGetResponse =  class end
public class BusinessRulesGetResponse

Nel tipo BusinessRulesGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BusinessRulesGetResponse() () () () Initializes a new instance of the BusinessRulesGetResponse class with default values.
Metodo pubblico BusinessRulesGetResponse(BusinessRules, OperationResult) Initializes a new instance of the BusinessRulesGetResponse class with the specified set of business rules and operation result.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico BusinessRuleSet A set of business rules.
Campo pubblico OperationResult The operation result, including a unique ID for tracking and logging.

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.