Click or drag to resize
Organization Class
Organization is a hierarchical object consisting a mixed group of Technicians and Providers combined together into some sort of entity.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesOrganization

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

The Organization type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Public propertyContactAddresses
Public propertyCustomFields
Custom Fields
Public propertyDisplayAs
Displayable name. Max Length=256
Public propertyNotes
Public propertyNumber
Number using our standard “unique or empty” pattern. Max Length=64
Top
See Also