Click or drag to resize
RestoreCommand Class
Represents a command for restoring previously deleted entity instance. Works only for some entities which support this feature. Returns an OperationCommandResponse that contains an identifier and a type of the restored entity or error information in case of an error.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsRestoreCommand

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

The RestoreCommand type exposes the following members.

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