EntityStagingProcessRequest Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the entity staging process request.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.EntityStagingProcessRequest

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

Syntax

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

The EntityStagingProcessRequest type exposes the following members.

Constructors

  Name Description
Public method EntityStagingProcessRequest() Infrastructure. Initializes a new instance of the EntityStagingProcessRequest class.
Public method EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier) Infrastructure. Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id.

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 BatchTag Infrastructure. Identifies the batch the process request is applicable to.
Public field EntityId Infrastructure. Identifies the entity that the process request is applicable to.
Public field International Infrastructure. The cultural setting.
Public field MemberType Infrastructure. Identifies the member type that the process request is applicable to.
Public field VersionId Infrastructure. The batch that is associated with the version ID.

Top

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.

See Also

Reference

Microsoft.MasterDataServices Namespace