Click or drag to resize

NewUnitSpecifier Class

Used to specify properties for the new Unit creation.
Inheritance Hierarchy
SystemObject
  CorrigoServiceNewUnitSpecifier

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

The NewUnitSpecifier type exposes the following members.

Properties
 NameDescription
Public propertyBuildingFloorPlan 
Public propertyBuildingName 
Public propertyFloorFloorPlan 
Public propertyFloorName 
Public propertyStreetAddress Reference to Street Address entity; optional. Provided when caller wants to create Unit’s street address. Used only when new Unit is created; otherwise ignored.
Public propertyUnitFloorPlan 
Public propertyUnitInfo Reference to Asset Infor entity, optional. Provided when caller wants to create additional information for the Unit. Used only when new Unit is created; otherwise ignored.
Public propertyUnitName 
Top
See Also