Rcs |
The RcsCylinder type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions | Linked Rcs Actions |
![]() | BaseNumber | Base value for cylinder number. It's either provided by end user (then it's expected to be unique) or copied from Cylinder which is being replaced, in which scenario new MinorID will be used to produce a new unique Number value. |
![]() | Capacity | Capacity is in pounds or kilograms depending on IsMetric. Precision is 4 digits; supported range is 0 - 99999999999999.9999; zero value is not allowed. |
![]() | Comments | Free-text comments. |
![]() | CommunitiesBridge | Linked Rcs LnkCommRcsCylinders |
![]() | EmployeesBridge | Linked Rcs LnkEmpRcsCylinder |
![]() | IsMetric | True means Capacity is in kilograms (kg); False means Capacity is in pounds (lb + oz). This field is set when Circuit is created and can't be modified. |
![]() | IsRecovery | True means Cylinder is used as temporary storage for refrigerant recovered from equipment. "Recovery" cylinders tweak business logic for some transactions, such as RcsActionType.Added. |
![]() | MhProduct | Refrigerant Product; references MHProductObject.ID. |
![]() | MinorId | Integer value used to generate new unique Cylinder number when existing Cylinder is replaced. Negative values are not allowed. MinorID may be generated by application; 0 value means "no minor ID". |
![]() | MoneyId | Chosen currency type, references LangLookup.ID. |
![]() | Number | Number; unique for the whole list of Cylinders including retired records. This field is auto-computed by application as "[BaseNumber]" or "[BaseNumber]-[MinorID]" (for "replace" scenario). |
![]() | Price | Refrigerant price. Precision 4 digits; negative and zero values are allowed. |
![]() | Qty | Current quantity in pounds or kilograms depending on IsMetric. |
![]() | StatusId | Cylinder status; references vlangRcsCylinderStatus.ID; also there is matching enumeration RcsCircuitStatus. Supported values are Active and Disposed. |