EntityMembersPurgeRequest Class

Definition

The EntityMembersPurgeRequest element specifies the details of what is requested.

public ref class EntityMembersPurgeRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class EntityMembersPurgeRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type EntityMembersPurgeRequest = class
    inherit MessageRequest
Public Class EntityMembersPurgeRequest
Inherits MessageRequest
Inheritance
EntityMembersPurgeRequest
Attributes

Constructors

EntityMembersPurgeRequest()

Initializes a new instance of the EntityMembersPurgeRequest class.

Properties

EntityId

The optional entity to purge. When not specified, all entities for the specified model version will be purged.

International

Specifies client localization information.

(Inherited from MessageRequest)
ModelId

The model to purge.

RequestId

Specifies the request identifier.

(Inherited from MessageRequest)
VersionId

The version to purge.

Applies to