Click or drag to resize
CompositeCommand Class
Executes commands in sequential manner until first error. Returns an CompositeCommandResponse that contains a list of a CommandRequest for successfully completed commands or error information in case of an error.
Inheritance Hierarchy

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

The CompositeCommand type exposes the following members.

Properties
  NameDescription
Public propertyCommands
Specifies a list of specific CommandRequest instances.
Public propertyIsTransactional
Gets or sets a value indicating that all commands should be executed in one transaction.
Top
See Also