Click or drag to resize

RepairCode Class

Represents repair categories and codes. Web service access scope - Full access.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesRepairCode

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

The RepairCode type exposes the following members.

Properties
 NameDescription
Public propertyCodes Child Repair Codes. Always empty for Repair Code with ParentID equals to NULL.
Public propertyDisplayAs Name of the object. Is shown on UI. Max Length=64. Is required.
Public propertyParentId References parent Category; null indicates Category records. Is required.
Top
See Also