Classe SystemSettingsUpdateRequest
Represents a request that includes an ArrayOfSystemSettingGroup as a container for one or more groups of one or more system settings to be updated.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts..::..SystemSettingsUpdateRequest
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute> _
Public Class SystemSettingsUpdateRequest _
Inherits MessageRequest
'Utilizzo
Dim instance As SystemSettingsUpdateRequest
[MessageContractAttribute]
public class SystemSettingsUpdateRequest : MessageRequest
[MessageContractAttribute]
public ref class SystemSettingsUpdateRequest : public MessageRequest
[<MessageContractAttribute>]
type SystemSettingsUpdateRequest =
class
inherit MessageRequest
end
public class SystemSettingsUpdateRequest extends MessageRequest
Nel tipo SystemSettingsUpdateRequest sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
SystemSettingsUpdateRequest | Initializes a new instance of the SystemSettingsUpdateRequest class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
International | Gets or sets a value indicating whether to use client localization information. Ereditato da MessageRequest. |
![]() |
SystemSettingGroups | Gets or sets an array of SystemSettingGroup instances. |
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
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.