Represents a command for creating an instance of a Corrigo entity.
Returns an OperationCommandResponse that contains an identifier and a type of the newly created entity or error information in case of an error.
The command is not applicable for entities WorkOrder, WorkZone, Space - which have their own create commands.
Inheritance Hierarchy
Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class CreateCommand : CommandRequest
The CreateCommand type exposes the following members.
Properties
| Name | Description |
---|
 | Entity |
Specifies an instance of a class derived from CorrigoEntity of the type entity to create.
|
Top
See Also