Classe BusinessRulesDeleteRequest
Represents a request that must include a BRDeleteCriteria containing business rule globally unique identifiers (GUIDs) and/or business rule components GUIDs for deletion.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..BusinessRulesDeleteRequest
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "BusinessRulesDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class BusinessRulesDeleteRequest
'Utilizzo
Dim instance As BusinessRulesDeleteRequest
[MessageContractAttribute(WrapperName = "BusinessRulesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class BusinessRulesDeleteRequest
[MessageContractAttribute(WrapperName = L"BusinessRulesDeleteRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class BusinessRulesDeleteRequest
[<MessageContractAttribute(WrapperName = "BusinessRulesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type BusinessRulesDeleteRequest = class end
public class BusinessRulesDeleteRequest
Nel tipo BusinessRulesDeleteRequest sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BusinessRulesDeleteRequest() () () () | Initializes a new instance of the BusinessRulesDeleteRequest class with default values. |
![]() |
BusinessRulesDeleteRequest(International, BRDeleteCriteria) | Initializes a new instance of the BusinessRulesDeleteRequest class with the specified cultural settings and deletion criteria. |
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 | |
---|---|---|
![]() |
DeleteCriteria | The criteria used for filtering the items to be deleted. |
![]() |
International | Cultural settings. |
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.