Classe VersionCopyRequest
Represents a request that must include the FromVersionId property as a GUID. It may also include the string properties ToVersionName and ToVersionDescription.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts..::..VersionCopyRequest
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<MessageContractAttribute> _
Public Class VersionCopyRequest _
Inherits MessageRequest
'Uso
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
O tipo VersionCopyRequest expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
VersionCopyRequest | Initializes a new instance of the VersionCopyRequest class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. (Herdado de 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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.