Click or drag to resize
WorkZoneCreateCommand Class
This command is used to create new Work Zone. Please note this command accepts new (unsaved/transient) instance of WorkZone entity for which “insert” and/or “update” operations are not allowed, under normal circumstances.Internally, integration services never execute CreateCommand/UpdateCommand for this entity, so this approach works.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsWorkZoneCreateCommand

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

The WorkZoneCreateCommand type exposes the following members.

Properties
  NameDescription
Public propertyAssetTemplateId
Scalar integer value equal to Asset Template ID used to create Work Zone, optional.
Public propertySkipDefaultSettings
Boolean flag; True means command won’t apply default Work Zone settings.
Public propertyWorkZone
Reference to Work Zone entity, required.
Top
See Also