Click or drag to resize

RcsCylinder Properties

The RcsCylinder type exposes the following members.

Properties
 NameDescription
Public propertyActions Linked Rcs Actions
Public propertyBaseNumber 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.
Public propertyCapacity Capacity is in pounds or kilograms depending on IsMetric. Precision is 4 digits; supported range is 0 - 99999999999999.9999; zero value is not allowed.
Public propertyComments Free-text comments.
Public propertyCommunitiesBridge Linked Rcs LnkCommRcsCylinders
Public propertyEmployeesBridge Linked Rcs LnkEmpRcsCylinder
Public propertyIsMetric 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.
Public propertyIsRecovery 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.
Public propertyMhProduct Refrigerant Product; references MHProductObject.ID.
Public propertyMinorId 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".
Public propertyMoneyId Chosen currency type, references LangLookup.ID.
Public propertyNumber 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).
Public propertyPrice Refrigerant price. Precision 4 digits; negative and zero values are allowed.
Public propertyQty Current quantity in pounds or kilograms depending on IsMetric.
Public propertyStatusId Cylinder status; references vlangRcsCylinderStatus.ID; also there is matching enumeration RcsCircuitStatus. Supported values are Active and Disposed.
Top
See Also