RcsActionType Enumeration |
Refrigerant Action Types
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum RcsActionType
<SerializableAttribute>
Public Enumeration RcsActionType
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Unknown | 0 |
Unsupported value; don't use
|
Purchased | 1 |
Cylinder Purchased
|
Disposed | 2 |
Cylinder Disposed
|
Refilled | 3 |
Cylinder Refilled
|
CylinderRelease | 4 |
Accidental Release from Cylinder
|
CircuitRelease | 5 |
Accidental Release from Circuit
|
Added | 6 |
Refrigerant Added from Cylinder to Circuit
|
Recovered | 7 |
Refrigerant Recovered from Circuit to Cylinder
|
Tested | 8 |
Cylinder Tested/Audited
|
Transferred | 9 |
Refrigerant Transferred between Cylinders
|
LeakIdentified | 10 |
Circuit Leak Identified
|
LeakRepaired | 11 |
Circuit Leak Repaired
|
LeakTestFollow | 12 |
Circuit Leak Tested (Follow-up Test)
|
Created | 13 |
Circuit Created
|
CircuitEdit | 14 |
Circuit Edited
|
Retired | 15 |
Circuit Retired
|
LeakTestInitial | 16 |
Circuit Leak Tested (Initial Test)
|
Adjusted | 17 |
Cylinder Quantity Adjusted
|
CylinderEdit | 18 |
Cylinder Edited
|
LeakInspected | 19 |
LeakInspected
|
ALDCalibrated | 20 |
ALDCalibrated
|
Retrofitted | 21 |
Retrofitted
|
See Also