EntityMembersPurgeRequest Class
The EntityMembersPurgeRequest element specifies the details of what is requested.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts::EntityMembersPurgeRequest
| Name | Description | |
|---|---|---|
![]() | EntityMembersPurgeRequest() | Initializes a new instance of the EntityMembersPurgeRequest class. |
| Name | Description | |
|---|---|---|
![]() | EntityId | Gets or sets the optional entity to purge. When not specified, all entities for the specified model version will be purged. |
![]() | International | Gets or sets the client localization information. (Inherited from MessageRequest.) |
![]() | ModelId | Gets or sets the model to purge. |
![]() | RequestId | Specifies the request identifier. (Inherited from MessageRequest.) |
![]() | VersionId | Gets or sets the version ID to purge. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


