Represents a command for deleting an existing entity instance.
Returns an OperationCommandResponse that contains an identifier and a type of the deleted entity or error information in case of an error.
Inheritance Hierarchy Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class DeleteCommand : CommandRequest
<SerializableAttribute>
Public Class DeleteCommand
Inherits CommandRequest
No code example is currently available or this language may not be supported.
The DeleteCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | EntitySpecifier |
Specifies an entity by identifier and entity type to be deleted.
|
Top
See Also