| RepairCode Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class RepairCode : RemovableCorrigoEntity
The RepairCode type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Codes | 
            Child Repair Codes.
            Always empty for Repair Code with ParentID equals to NULL. 
             | 
|  | DisplayAs | 
            Name of the object. Is shown on UI.
            Max Length=64.
            Is required.
             | 
|  | ParentId | 
            References parent Category; null indicates Category records.
            Is required.
             | 
 See Also
See Also