VersionCopyRequest Class

Defines the message contract for the version copy request.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.VersionCopyRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "VersionCopyRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class VersionCopyRequest
'Usage
Dim instance As VersionCopyRequest
[MessageContractAttribute(WrapperName = "VersionCopyRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class VersionCopyRequest
[MessageContractAttribute(WrapperName = L"VersionCopyRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class VersionCopyRequest
[<MessageContractAttribute(WrapperName = "VersionCopyRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type VersionCopyRequest =  class end
public class VersionCopyRequest

The VersionCopyRequest type exposes the following members.

Constructors

  Name Description
Public method VersionCopyRequest() Initializes a new instance of the VersionCopyRequest class that has default values.
Public method VersionCopyRequest(International, Guid, String, String) Initializes a new instance of the VersionCopyRequest class that has the specified cultural settings, version to be copied, description of the new version, and name of the new version.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field FromVersionId The version to be copied.
Public field International The cultural settings.
Public field ToVersionDescription The description of the new version.
Public field ToVersionName The name of the new version.

Top

Remarks

VersionCopyRequest must include the FromVersionId property as a globally unique identifier (GUID). It may also include the string properties ToVersionName and ToVersionDescription.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.