Click or drag to resize

SpaceCreateCommand Class

This command allows integration client creating Space and its Unit asset at the same time; while specifying new Unit’s location inside work zone and asset templates for Unit itself, its floor and building.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsSpaceCreateCommand

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

The SpaceCreateCommand type exposes the following members.

Properties
 NameDescription
Public propertyCustomerId Parent Customer ID, required.
Public propertyEndDate End date, optional.
Public propertyIfUnitAlreadyExists Optional. Controls how duplicate units are treated; one of DuplicateUnitMode enumeration values. If value is not specified, application assumes DuplicateUnitMode.Ignore.
Public propertyInstructions Free-text value containing additional notes/instructions, optional.
Public propertyMoveInDate Move in date, optional.
Public propertyMoveOutDate Move out date, optional.
Public propertyNewUnitSpecifier Reference to object containing information about the new Unit. Ignored when UnitId != 0.
Public propertyStartDate Start date, optional.
Public propertyUnitId ID of the Unit associated with the Space. Zero means new Unit will be created based on NewUnitSpecifier parameter.
Top
See Also