EntityStagingProcessRequest Constructors

Definition

Initializes a new instance of the EntityStagingProcessRequest class.

Overloads

EntityStagingProcessRequest()

Initializes a new instance of the EntityStagingProcessRequest class.

EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier)

Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id.

EntityStagingProcessRequest()

Initializes a new instance of the EntityStagingProcessRequest class.

public:
 EntityStagingProcessRequest();
public EntityStagingProcessRequest ();
Public Sub New ()

Applies to

EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier)

Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id.

public:
 EntityStagingProcessRequest(Microsoft::MasterDataServices::International ^ International, System::String ^ BatchTag, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberType MemberType, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityStagingProcessRequest (Microsoft.MasterDataServices.International International, string BatchTag, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberType MemberType, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityStagingProcessRequest : Microsoft.MasterDataServices.International * string * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberType * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityStagingProcessRequest
Public Sub New (International As International, BatchTag As String, EntityId As Identifier, MemberType As MemberType, VersionId As Identifier)

Parameters

International
International

The cultural setting.

BatchTag
String

The batch the process request is applicable to.

EntityId
Identifier

The entity that the process request is applicable to.

MemberType
MemberType

The member type that the process request is applicable to.

VersionId
Identifier

The batch that is associated with the version ID.

Applies to