Click or drag to resize
DeleteCommand Class
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
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsDeleteCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class DeleteCommand : CommandRequest

The DeleteCommand type exposes the following members.

Properties
  NameDescription
Public propertyEntitySpecifier
Specifies an entity by identifier and entity type to be deleted.
Top
See Also