CompositeCommand.
Inheritance Hierarchy Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class CompositeCommand : CommandRequest
<SerializableAttribute>
Public Class CompositeCommand
Inherits CommandRequest
No code example is currently available or this language may not be supported.
The CompositeCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | Commands |
Specifies a list of specific CommandRequest instances.
|
 | IsTransactional |
Gets or sets a value indicating that all commands should be executed in one transaction.
|
Top
See Also