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 | |
---|---|---|
EntityStagingProcessRequest() | Infrastructure. Initializes a new instance of the EntityStagingProcessRequest class. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
BatchTag | Infrastructure. Identifies the batch the process request is applicable to. | |
EntityId | Infrastructure. Identifies the entity that the process request is applicable to. | |
International | Infrastructure. The cultural setting. | |
MemberType | Infrastructure. Identifies the member type that the process request is applicable to. | |
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.