Click or drag to resize
CreateCommand Class
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
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsCreateCommand

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

The CreateCommand type exposes the following members.

Properties
  NameDescription
Public propertyEntity
Specifies an instance of a class derived from CorrigoEntity of the type entity to create.
Top
See Also