ATMLCommonLibrary.controls.power.ACPowerSpecificationControl.HasValue C# (CSharp) Méthode

HasValue() public méthode

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