Condividi tramite


Classe BusinessRulesPaletteGetResponse

Represents a response that includes available conditions and actions for use in business rules.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..BusinessRulesPaletteGetResponse

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

Sintassi

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

Nel tipo BusinessRulesPaletteGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BusinessRulesPaletteGetResponse() () () () Initializes a new instance of the BusinessRulesPaletteGetResponse class with default values.
Metodo pubblico BusinessRulesPaletteGetResponse(BusinessRulesPalette, OperationResult) Initializes a new instance of the BusinessRulesPaletteGetResponse class with the specified business rules pallette 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 BusinessRulesPalette All possible actions and conditions used for building business rules within the MDS system.
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.