ATMLModelLibrary.model.equipment.HardwareItemDescriptionCalibrationRequirement.ShouldSerializeProcedure C# (CSharp) Method

ShouldSerializeProcedure() public method

Test whether Procedure should be serialized
public ShouldSerializeProcedure ( ) : bool
return bool
        public virtual bool ShouldSerializeProcedure()
        {
            return Procedure != null && Procedure.Count > 0;
        }