ATMLCommonLibrary.controls.power.ACPowerSpecificationControl.HasValue C# (CSharp) Method

HasValue() public method

public HasValue ( ) : bool
return bool
        public bool HasValue()
        {
            return cmbPhase.SelectedIndex > 0
                   || edtDescription.HasValue()
                   || lmtVoltage.HasValue()
                   || lmtFrequency.HasValue()
                   || lmtAmpresPower.HasValue();
        }