Click or drag to resize
Space Class
Space (sometimes called Location) is occupancy record connecting Customer and Unit. Space states that Customer occupies particular Unit Asset (a model popular with clients who lease their property to Customers; thus same Unit can be occupied by multiple Customers over time). Customer may have between zero or more Spaces; but one Unit can be referenced only by single active Space. Web service access scope - Full access.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesSpace

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Space : RemovableCorrigoEntity

The Space type exposes the following members.

Properties
  NameDescription
Public propertyAddresses
One address from unit asset(Asset). Is required.
Public propertyAsset
Unit Asset occupied by Customer. Is required.
Public propertyCustomerId
Customer Id. Is required.
Public propertyEndDate
End date of lease. Is required.
Public propertyInstructions
Space instructions. Max Length=256.
Public propertyMoveInDate
Move in date. NULL means move in date is not defined
Public propertyMoveOutDate
Date of expected or actual Move Out date. Is required.
Public propertyStartDate
Start date of lease. Is required.
Public propertyStatusId
Unknown, Historical, Current, OnNotice, Pending. Is required.
Public propertyWorkZone
Space work zone - taken from customer. Is required.
Top
See Also