Condividi tramite


Classe BusinessRulesCreateResponse

Represents a response to a business rules creation request.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts..::..BusinessRulesCreateResponse

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

Sintassi

'Dichiarazione
<MessageContractAttribute> _
Public Class BusinessRulesCreateResponse _
    Inherits MessageResponse
'Utilizzo
Dim instance As BusinessRulesCreateResponse
[MessageContractAttribute]
public class BusinessRulesCreateResponse : MessageResponse
[MessageContractAttribute]
public ref class BusinessRulesCreateResponse : public MessageResponse
[<MessageContractAttribute>]
type BusinessRulesCreateResponse =  
    class
        inherit MessageResponse
    end
public class BusinessRulesCreateResponse extends MessageResponse

Nel tipo BusinessRulesCreateResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BusinessRulesCreateResponse Initializes a new instance of the BusinessRulesCreateResponse class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BusinessRuleSet Gets or sets a BusinessRules complex type that echoes the created items if ReturnCreatedItems is true in the request.
Proprietà pubblica OperationResult Gets or sets the result of an operation. Ereditato da MessageResponse.

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

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.