Click or drag to resize

CompositeCommand Class

CompositeCommand.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsCompositeCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[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