Classe VersionCopyRequest
Represents a request that must include the FromVersionId property as a GUID. It may also include the string properties ToVersionName and ToVersionDescription.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts..::..VersionCopyRequest
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute> _
Public Class VersionCopyRequest _
Inherits MessageRequest
'Utilizzo
Dim instance As VersionCopyRequest
[MessageContractAttribute]
public class VersionCopyRequest : MessageRequest
[MessageContractAttribute]
public ref class VersionCopyRequest : public MessageRequest
[<MessageContractAttribute>]
type VersionCopyRequest =
class
inherit MessageRequest
end
public class VersionCopyRequest extends MessageRequest
Nel tipo VersionCopyRequest sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
VersionCopyRequest | Initializes a new instance of the VersionCopyRequest class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
FromVersionId | Gets or sets a GUID identifying the version to be copied. |
![]() |
International | Gets or sets a value indicating whether to use client localization information. Ereditato da MessageRequest. |
![]() |
ToVersionDescription | Gets or sets an optional string containing the description of the new version. |
![]() |
ToVersionName | Gets or sets an optional string containing the name of the new version. |
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.