EntityMembersPurgeRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |