Класс VersionCopyRequest

Represents a request that must include the FromVersionId property as a GUID. It may also include the string properties ToVersionName and ToVersionDescription.

Иерархия наследования

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts..::..VersionCopyRequest

Пространство имен:  Microsoft.MasterDataServices.Services.MessageContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
<MessageContractAttribute> _
Public Class VersionCopyRequest _
    Inherits MessageRequest
'Применение
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

Тип VersionCopyRequest обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод VersionCopyRequest Initializes a new instance of the VersionCopyRequest class.

В начало

Свойства

  Имя Описание
Открытое свойство 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. (Производный от 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.